diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 14:57:59 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-11 14:57:59 +0000 |
| commit | 4b40b8791d9d8f785238d963fe5c094e1af30d63 (patch) | |
| tree | d91086aa5622ee020552b9f5f15f716d48007719 /libpthread/linuxthreads/sysdeps/i386/pspinlock.c | |
| parent | b1cb5bc0734fb345975d7dec6286e2150c5f6d5a (diff) | |
| download | uClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.bz2 uClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.xz | |
Synch with trunk @ 24379
Step 20: merge linuxthreads directory
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/i386/pspinlock.c')
| -rw-r--r-- | libpthread/linuxthreads/sysdeps/i386/pspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/i386/pspinlock.c b/libpthread/linuxthreads/sysdeps/i386/pspinlock.c index c9c62724b..64b59252a 100644 --- a/libpthread/linuxthreads/sysdeps/i386/pspinlock.c +++ b/libpthread/linuxthreads/sysdeps/i386/pspinlock.c @@ -20,7 +20,7 @@ #include <errno.h> #include <pthread.h> #include "internals.h" -#include <kernel-features.h> +#include <bits/kernel-features.h> /* This implementation is similar to the one used in the Linux kernel. |
