diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 15:40:55 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 15:40:55 +0000 |
| commit | 5d730fc3279001da96592940559bf7df00e6141d (patch) | |
| tree | c89468fda27f5c6ae415db7e7fc5dd2aee12d2e7 /libpthread/nptl/sysdeps/unix/sysv/linux/i386 | |
| parent | c1fa421634208c18f91ec7c0e2c9fd8cefc30d27 (diff) | |
| download | uClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.bz2 uClibc-alpine-5d730fc3279001da96592940559bf7df00e6141d.tar.xz | |
Fix kernl-features.h include path.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386')
3 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S index 5471c1c92..dc9b2b12a 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S @@ -20,7 +20,7 @@ #include <sysdep.h> #include <shlib-compat.h> #include <lowlevelcond.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> #ifdef UP # define LOCK diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S index 3c5a1db59..d16f8b60f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S @@ -20,7 +20,7 @@ #include <sysdep.h> #include <shlib-compat.h> #include <lowlevelcond.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> #ifdef UP # define LOCK diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S index 24f5a1d29..7ab222e1b 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S @@ -20,7 +20,7 @@ #include <sysdep.h> #define _ERRNO_H 1 #include <bits/errno.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> #include <tcb-offsets.h> /* Save the PID value. */ |
