mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Consolidate NPTL sigprocmask.
This commit is contained in:
@ -17,12 +17,13 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <string.h> /* Neede for string function builtin redirection. */
|
||||
#include <string.h> /* Needed for string function builtin redirection. */
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#include <nptl/pthreadP.h> /* SIGCANCEL, SIGSETXID */
|
||||
#include <kernel-features.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user