diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-08 03:19:36 +0000 |
commit | 7270c874630a097227a07891dd50bf8baefc3f07 (patch) | |
tree | 0ad9dcef07732a1623ba9a01062dbb9cd5f474f5 /libpthread/linuxthreads | |
parent | 7d5f81d30145f6ed1aede73491776371c7458c47 (diff) |
finish the pthread locking cleanups. This should get things compiling again
though I still need to silence the warnings about _pthread_cleanup_push_defer
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/pthread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index 08843d18d..0fa3be131 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h @@ -24,9 +24,6 @@ #include <signal.h> #include <bits/pthreadtypes.h> #include <bits/initspin.h> -#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc ) -#include <bits/uClibc_pthread.h> -#endif __BEGIN_DECLS |