mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
linux: Use pthread_sigmask on sigprocmask
With pthread_sigmask on libc.so, it allows implement sigprocmask on top of pthread_sigmask. Checked on x86_64-linux-gnu.
This commit is contained in:
@ -46,6 +46,7 @@ __pthread_sigmask (int how, const sigset_t *newmask, sigset_t *oldmask)
|
||||
? INTERNAL_SYSCALL_ERRNO (result)
|
||||
: 0);
|
||||
}
|
||||
libc_hidden_def (__pthread_sigmask)
|
||||
|
||||
versioned_symbol (libc, __pthread_sigmask, pthread_sigmask, GLIBC_2_32);
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_32)
|
||||
|
Reference in New Issue
Block a user