From 7270c874630a097227a07891dd50bf8baefc3f07 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Dec 2006 03:19:36 +0000 Subject: finish the pthread locking cleanups. This should get things compiling again though I still need to silence the warnings about _pthread_cleanup_push_defer --- libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | 3 --- libpthread/linuxthreads/sysdeps/pthread/pthread.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h index 0cee6a84f..448636bd9 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h @@ -24,9 +24,6 @@ #include #include #include -#if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc) -#include -#endif __BEGIN_DECLS 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 #include #include -#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc ) -#include -#endif __BEGIN_DECLS -- cgit v1.2.3