diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-16 15:32:30 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-16 15:32:30 +0000 |
commit | 709a5fc06156b58ed864a1696a5c24cf95d74d9c (patch) | |
tree | 94e78f08f22654e35c021564f9312f9963fefb99 | |
parent | fd888bef4460b1923ee177c5fb7a3337aa1a945f (diff) |
It's not my day ..
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index 8c54c78bf..0dacfed1c 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/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 && NOT_IN_libc ) +#if defined _LIBC && ( defined IS_IN_libc && defined NOT_IN_libc ) #include <bits/uClibc_pthread.h> #endif |