diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/sigfillset.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/sigfillset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/sigfillset.c b/libpthread/nptl/sysdeps/pthread/sigfillset.c index c95847f65..fbe458f55 100644 --- a/libpthread/nptl/sysdeps/pthread/sigfillset.c +++ b/libpthread/nptl/sysdeps/pthread/sigfillset.c @@ -18,4 +18,4 @@ #include <pthreadP.h> -#include_next <sigfillset.c> +#include <../../../../libc/signal/sigfillset.c> |