From e80e2f61261741516902b44b13202d3f7673977e Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Fri, 16 Apr 2010 15:34:26 +0300 Subject: Revert "nptl: mark symbols with libc forwarder hidden" This reverts most of commit 1610762362e651f86ca284ac59a1d7ec88034e4e. Marking the symbols hidden is wrong, because libc accesses the pthreads internal symbols for internal locking. Signed-off-by: Timo Teras Signed-off-by: Austin Foxley --- libpthread/nptl/cleanup_defer_compat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpthread/nptl/cleanup_defer_compat.c') diff --git a/libpthread/nptl/cleanup_defer_compat.c b/libpthread/nptl/cleanup_defer_compat.c index cc6889332..8fd9b5415 100644 --- a/libpthread/nptl/cleanup_defer_compat.c +++ b/libpthread/nptl/cleanup_defer_compat.c @@ -21,7 +21,6 @@ void -attribute_hidden _pthread_cleanup_push_defer ( struct _pthread_cleanup_buffer *buffer, void (*routine) (void *), @@ -61,7 +60,6 @@ strong_alias (_pthread_cleanup_push_defer, __pthread_cleanup_push_defer) void -attribute_hidden _pthread_cleanup_pop_restore ( struct _pthread_cleanup_buffer *buffer, int execute) -- cgit v1.2.3