diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-16 15:31:32 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-16 15:31:32 +0000 |
commit | fd888bef4460b1923ee177c5fb7a3337aa1a945f (patch) | |
tree | 8794592eec0deb1905d588e8cf655100cdab8995 /libpthread | |
parent | 58ac99c7123e5ec489ed4868e89f50f3afaecf62 (diff) |
Undo earlier change and sync new linuxthreads' guard w/ old
Diffstat (limited to 'libpthread')
-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 44e0e72a5..8c54c78bf 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> -#ifdef _LIBC +#if defined _LIBC && ( defined IS_IN_libc && NOT_IN_libc ) #include <bits/uClibc_pthread.h> #endif |