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/sh/pthread_cond_signal.S | |
| 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/sh/pthread_cond_signal.S')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S index 7b0c2e2b5..8729b4b6c 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S @@ -18,7 +18,7 @@ #include <sysdep.h> #include <lowlevelcond.h> -#include <kernel-features.h> +#include <bits/kernel-features.h> #include "lowlevel-atomic.h" #define FUTEX_WAIT 0 |
