summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_atfork.c
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-02-19 00:34:29 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-19 00:34:29 -0800
commit323bc3be3b3144932bbb5ee2a586e9ab4074239e (patch)
tree06aa7dff415d6c3f74e599fcc6e5188552a1bcf7 /libpthread/nptl/pthread_atfork.c
parent00f5c08d216581e02a1e5cc8a8076ae3779ea6ca (diff)
Fixes to get nptl compiling for x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/pthread_atfork.c')
-rw-r--r--libpthread/nptl/pthread_atfork.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_atfork.c b/libpthread/nptl/pthread_atfork.c
index a11d568c3..e607d496e 100644
--- a/libpthread/nptl/pthread_atfork.c
+++ b/libpthread/nptl/pthread_atfork.c
@@ -38,8 +38,8 @@
#include <fork.h>
/* This is defined by newer gcc version unique for each module. */
-extern void *__dso_handle __attribute__ ((__weak__,
- __visibility__ ("hidden")));
+extern void *__dso_handle __attribute__ ((__weak__));
+ //,__visibility__ ("hidden")));
/* Hide the symbol so that no definition but the one locally in the