diff options
author | Timo Teras <timo.teras@iki.fi> | 2010-04-16 15:34:26 +0300 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-04-16 10:11:16 -0700 |
commit | e80e2f61261741516902b44b13202d3f7673977e (patch) | |
tree | 7ac3b74cb7c564026e9d9b40d32041023fb4ef52 /libpthread/nptl/sysdeps/unix/sysv/linux/mips | |
parent | 268cd8184f8daa106e4b20a8ee2c66410e6f9cbb (diff) |
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 <timo.teras@iki.fi>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c index f7b940f52..ddfd32bdb 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pthread_once.c @@ -35,7 +35,6 @@ clear_once_control (void *arg) int -attribute_hidden __pthread_once (once_control, init_routine) pthread_once_t *once_control; void (*init_routine) (void); |