diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/createthread.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/createthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/createthread.c b/libpthread/nptl/sysdeps/pthread/createthread.c index 03a0f1aa3..88ffe09d3 100644 --- a/libpthread/nptl/sysdeps/pthread/createthread.c +++ b/libpthread/nptl/sysdeps/pthread/createthread.c @@ -25,7 +25,7 @@ #include <ldsodefs.h> #include <tls.h> -#include "kernel-features.h" +#include <bits/kernel-features.h> #define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD) |