소스 검색

psm says: fix your linuxthreads / linuxthreads.old typo stupid!

Mike Frysinger 20 년 전
부모
커밋
1658954fbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h

+ 1 - 1
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h

@@ -24,7 +24,7 @@
 #include <pthread.h>
 #include <pthread.h>
 
 
 #if defined _LIBC && !defined NOT_IN_libc
 #if defined _LIBC && !defined NOT_IN_libc
-#include <linuxthreads/internals.h>
+#include <linuxthreads.old/internals.h>
 #endif
 #endif
 
 
 /* Mutex type.  */
 /* Mutex type.  */