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 --- include/libc-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libc-internal.h b/include/libc-internal.h index 80bac2362..2f4f7fae3 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -56,6 +56,8 @@ extern char *__glibc_strerror_r (int __errnum, char *__buf, size_t __buflen); # define __pthread_mutex_lock(mutex) ((void)0) # define __pthread_mutex_trylock(mutex) ((void)0) # define __pthread_mutex_unlock(mutex) ((void)0) +# define _pthread_cleanup_push_defer(mutex) ((void)0) +# define _pthread_cleanup_pop_restore(mutex) ((void)0) # endif /* internal access to program name */ -- cgit v1.2.3