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:
@ -482,6 +482,8 @@ extern void __pthread_testcancel (void);
|
||||
extern int __pthread_clockjoin_ex (pthread_t, void **, clockid_t,
|
||||
const struct timespec *, bool)
|
||||
attribute_hidden;
|
||||
extern int __pthread_sigmask (int, const sigset_t *, sigset_t *);
|
||||
libc_hidden_proto (__pthread_sigmask);
|
||||
|
||||
|
||||
#if IS_IN (libpthread)
|
||||
|
Reference in New Issue
Block a user