Browse Source

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

Mike Frysinger 19 years ago
parent
commit
1658954fbb
1 changed files with 1 additions and 1 deletions
  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>
 
 #if defined _LIBC && !defined NOT_IN_libc
-#include <linuxthreads/internals.h>
+#include <linuxthreads.old/internals.h>
 #endif
 
 /* Mutex type.  */