about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-12 10:32:18 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-12 10:32:18 -0700
commite876b09076d859836f948691dee5a1e3b956256e (patch)
tree5ee92f8f789b5d16eb7a6c82dc10d65bcb97f9f6 /sysdeps/unix/sysv
parentf6b07b3d48eb1d28d033b2c342a8a5571dca2e18 (diff)
downloadglibc-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.c3
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>