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/pthread/uClibc-glue.h | |
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/pthread/uClibc-glue.h')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h index e5c577ffb..b957dedc9 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h +++ b/libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h @@ -6,7 +6,7 @@ #include <bits/uClibc_page.h> #ifdef IS_IN_libpthread -#include "kernel-features.h" +#include <bits/kernel-features.h> #ifndef __GLIBC_HAVE_LONG_LONG # define __GLIBC_HAVE_LONG_LONG |