summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 14:57:59 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 14:57:59 +0000
commit4b40b8791d9d8f785238d963fe5c094e1af30d63 (patch)
treed91086aa5622ee020552b9f5f15f716d48007719 /libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c
parentb1cb5bc0734fb345975d7dec6286e2150c5f6d5a (diff)
downloaduClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.bz2
uClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.xz
Synch with trunk @ 24379
Step 20: merge linuxthreads directory
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c')
-rw-r--r--libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c
index 7c9fe36e2..613980593 100644
--- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c
+++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c
@@ -24,7 +24,7 @@
#include <sys/syscall.h>
#include <linuxthreads/internals.h>
-#include <kernel-features.h>
+#include <bits/kernel-features.h>
void
__pthread_sigsuspend (const sigset_t *set)