Explorar o código

uClibc_pthread.h wasn't ever included

Peter S. Mazinger %!s(int64=18) %!d(string=hai) anos
pai
achega
396edb58b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libpthread/linuxthreads/sysdeps/pthread/pthread.h

+ 1 - 1
libpthread/linuxthreads/sysdeps/pthread/pthread.h

@@ -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