diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-12 10:32:18 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-12 10:32:18 -0700 |
commit | e876b09076d859836f948691dee5a1e3b956256e (patch) | |
tree | 5ee92f8f789b5d16eb7a6c82dc10d65bcb97f9f6 /sysdeps/unix/sysv | |
parent | f6b07b3d48eb1d28d033b2c342a8a5571dca2e18 (diff) | |
download | glibc-e876b09076d859836f948691dee5a1e3b956256e.tar.gz glibc-e876b09076d859836f948691dee5a1e3b956256e.tar.xz glibc-e876b09076d859836f948691dee5a1e3b956256e.zip |
Consolidate NPTL sigprocmask.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/sigprocmask.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sigprocmask.c b/sysdeps/unix/sysv/linux/sigprocmask.c index fe0a150bce..8199874cac 100644 --- a/sysdeps/unix/sysv/linux/sigprocmask.c +++ b/sysdeps/unix/sysv/linux/sigprocmask.c @@ -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> |