diff options
Diffstat (limited to 'libpthread/nptl/pthread_atfork.c')
-rw-r--r-- | libpthread/nptl/pthread_atfork.c | 4 |
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 |