diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-12 17:42:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-12 17:42:59 +0000 |
commit | 46cbcd0a6032ba3660c6f8e8e43d22344603f0ea (patch) | |
tree | c6dd7d39e078fe1f9247a69b862cd7426b121469 /nptl | |
parent | 9229b83ea78e2678f668175b3ccf3e455fbecad8 (diff) | |
download | glibc-46cbcd0a6032ba3660c6f8e8e43d22344603f0ea.zip glibc-46cbcd0a6032ba3660c6f8e8e43d22344603f0ea.tar.gz glibc-46cbcd0a6032ba3660c6f8e8e43d22344603f0ea.tar.bz2 |
Include <kernel-features.h>.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S | 2 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S index 415f06f..a5de670 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S @@ -23,6 +23,8 @@ #include <lowlevelcond.h> #include <pthread-errnos.h> +#include <kernel-features.h> + /* For the calculation see asm/vsyscall.h. */ #define VSYSCALL_ADDR_vgettimeofday 0xffffffffff600000 diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S index db2683b..2c17dc0 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S @@ -23,6 +23,8 @@ #include <lowlevelcond.h> #include <tcb-offsets.h> +#include <kernel-features.h> + .text |