diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-02-19 00:34:29 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-02-19 00:34:29 -0800 |
commit | 323bc3be3b3144932bbb5ee2a586e9ab4074239e (patch) | |
tree | 06aa7dff415d6c3f74e599fcc6e5188552a1bcf7 /libpthread/nptl/pthread_atfork.c | |
parent | 00f5c08d216581e02a1e5cc8a8076ae3779ea6ca (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.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 |