diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sigprocmask.c')
-rw-r--r-- | libc/sysdeps/linux/common/sigprocmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sigprocmask.c b/libc/sysdeps/linux/common/sigprocmask.c index 011d7b367..623003352 100644 --- a/libc/sysdeps/linux/common/sigprocmask.c +++ b/libc/sysdeps/linux/common/sigprocmask.c @@ -47,7 +47,7 @@ int sigprocmask(int how, const sigset_t * set, sigset_t * oldset) } #endif - return __rt_sigprocmask(how, set, oldset, _NSIG / 8); + return __rt_sigprocmask(how, set, oldset, __SYSCALL_SIGSET_T_SIZE); } |