diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigprocmask.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/sigprocmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigprocmask.c b/libpthread/nptl/sysdeps/pthread/sigprocmask.c index 3c3209384..7a3891d32 100644 --- a/libpthread/nptl/sysdeps/pthread/sigprocmask.c +++ b/libpthread/nptl/sysdeps/pthread/sigprocmask.c @@ -18,4 +18,4 @@ #include <pthreadP.h> -#include_next <sigprocmask.c> +#include <../../../../libc/sysdeps/linux/common/sigprocmask.c> |