summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/pthread
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 15:40:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 15:40:55 +0000
commit5d730fc3279001da96592940559bf7df00e6141d (patch)
treec89468fda27f5c6ae415db7e7fc5dd2aee12d2e7 /libpthread/nptl/sysdeps/pthread
parentc1fa421634208c18f91ec7c0e2c9fd8cefc30d27 (diff)
downloaduClibc-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/pthread')
-rw-r--r--libpthread/nptl/sysdeps/pthread/createthread.c2
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c2
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/createthread.c b/libpthread/nptl/sysdeps/pthread/createthread.c
index 03a0f1aa3..88ffe09d3 100644
--- a/libpthread/nptl/sysdeps/pthread/createthread.c
+++ b/libpthread/nptl/sysdeps/pthread/createthread.c
@@ -25,7 +25,7 @@
#include <ldsodefs.h>
#include <tls.h>
-#include "kernel-features.h"
+#include <bits/kernel-features.h>
#define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)
diff --git a/libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c b/libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c
index f767dcf39..d83524182 100644
--- a/libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c
+++ b/libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c
@@ -23,7 +23,7 @@
#include <lowlevellock.h>
#include <pthread.h>
#include <pthreadP.h>
-#include <kernel-features.h>
+#include <bits/kernel-features.h>
int
diff --git a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c
index b49131c86..863b0a029 100644
--- a/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c
+++ b/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c
@@ -23,7 +23,7 @@
#include <lowlevellock.h>
#include <pthread.h>
#include <pthreadP.h>
-#include <kernel-features.h>
+#include <bits/kernel-features.h>
int