OSDN Git Service

Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is
authorEric Andersen <andersen@codepoet.org>
Sat, 16 Feb 2002 20:19:35 +0000 (20:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 16 Feb 2002 20:19:35 +0000 (20:19 -0000)
commitd6abdce959e1bf74e6ad8f5c0edcd40461dc1877
treec49bd2aa50a08a75b2b7781b8d519fd565dd80c9
parentd521a0323b6c2549c8c518e490e42cc3b2c6c970
Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is
not always a sigset_t...  Fix from Geoffrey Espin.
libc/signal/sigaction.c