diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 11:26:07 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 11:26:07 +0000 |
commit | 396edb58b64ce5db0947fe498a57b880ca181507 (patch) | |
tree | cadfc6b797b65896a7c2bd98017841d86f2a098c /libpthread/linuxthreads/sysdeps/pthread/pthread.h | |
parent | 0a2d6f6c7c0db4d109d4d8098bd50ddaa57de24c (diff) |
uClibc_pthread.h wasn't ever included
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/pthread.h')
-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 b60f74b3f..08843d18d 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 && defined NOT_IN_libc ) +#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc ) #include <bits/uClibc_pthread.h> #endif |