diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/pthread_cond_wait.c | 1 | ||||
-rw-r--r-- | nptl/pthread_rwlock_timedrdlock.c | 1 | ||||
-rw-r--r-- | nptl/pthread_rwlock_timedwrlock.c | 1 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/nptl/pthread_cond_wait.c b/nptl/pthread_cond_wait.c index 9d2dfceec5..fc5eac4386 100644 --- a/nptl/pthread_cond_wait.c +++ b/nptl/pthread_cond_wait.c @@ -22,6 +22,7 @@ #include <lowlevellock.h> #include <pthread.h> #include <pthreadP.h> +#include <kernel-features.h> #include <shlib-compat.h> #include <stap-probe.h> diff --git a/nptl/pthread_rwlock_timedrdlock.c b/nptl/pthread_rwlock_timedrdlock.c index 81b2ee4096..340ae3d394 100644 --- a/nptl/pthread_rwlock_timedrdlock.c +++ b/nptl/pthread_rwlock_timedrdlock.c @@ -21,6 +21,7 @@ #include <lowlevellock.h> #include <pthread.h> #include <pthreadP.h> +#include <kernel-features.h> /* Try to acquire read lock for RWLOCK or return after specfied time. */ diff --git a/nptl/pthread_rwlock_timedwrlock.c b/nptl/pthread_rwlock_timedwrlock.c index 26f2139c9f..be94a207f6 100644 --- a/nptl/pthread_rwlock_timedwrlock.c +++ b/nptl/pthread_rwlock_timedwrlock.c @@ -21,6 +21,7 @@ #include <lowlevellock.h> #include <pthread.h> #include <pthreadP.h> +#include <kernel-features.h> /* Try to acquire write lock for RWLOCK or return after specfied time. */ diff --git a/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c b/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c index c894b1ecda..35258071cf 100644 --- a/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c +++ b/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c @@ -21,6 +21,7 @@ #include <lowlevellock.h> #include <sys/time.h> #include <pthreadP.h> +#include <kernel-features.h> int |