summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 00:32:15 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 00:32:15 +0000
commit4e3f108e9bbd567e058f53be646b0ba2be1de8dd (patch)
tree1a2ed0a309331ab848cbf017ed7e4c296472ee4e /libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
parent4c607eb71e5bcd3997ea72333c2fe89fc4181b3e (diff)
downloaduClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.bz2
uClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread/pthread.h')
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
index 6613cab88..8cd75c200 100644
--- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
+++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
@@ -24,7 +24,7 @@
#include <signal.h>
#include <bits/pthreadtypes.h>
#include <bits/initspin.h>
-#ifdef _LIBC
+#if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc)
#include <bits/uClibc_pthread.h>
#endif