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