浏览代码

uClibc_pthread.h wasn't ever included

Peter S. Mazinger 18 年之前
父节点
当前提交
396edb58b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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