diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigprocmask.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/sigprocmask.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigprocmask.c b/libpthread/nptl/sysdeps/pthread/sigprocmask.c index 855b43396..3c3209384 100644 --- a/libpthread/nptl/sysdeps/pthread/sigprocmask.c +++ b/libpthread/nptl/sysdeps/pthread/sigprocmask.c @@ -16,5 +16,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <nptl/pthreadP.h> -#include <sysdeps/unix/sysv/linux/sigprocmask.c> +#include <pthreadP.h> + +#include_next <sigprocmask.c> |