diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c index b49131c86..863b0a029 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c +++ b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c @@ -23,7 +23,7 @@ #include <lowlevellock.h> #include <pthread.h> #include <pthreadP.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> int |