OSDN Git Service

uClibc_pthread.h wasn't ever included
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 9 Mar 2006 11:26:07 +0000 (11:26 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 9 Mar 2006 11:26:07 +0000 (11:26 -0000)
libpthread/linuxthreads/sysdeps/pthread/pthread.h

index b60f74b..08843d1 100644 (file)
@@ -24,7 +24,7 @@
 #include <signal.h>
 #include <bits/pthreadtypes.h>
 #include <bits/initspin.h>
-#if defined _LIBC && ( defined IS_IN_libc && defined NOT_IN_libc )
+#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc )
 #include <bits/uClibc_pthread.h>
 #endif