|
int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old)
|
|
int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old)
|
|
ret = -__syscall(SYS_rt_sigprocmask, how, set, old, _NSIG/8);
|
|
ret = -__syscall(SYS_rt_sigprocmask, how, set, old, _NSIG/8);
|