diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-13 03:49:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-13 03:49:52 +0000 |
commit | 15a7702daabad96042e780ff545da1e360b98ead (patch) | |
tree | a6e4ae4a6441bb549e802fa6da1ce6ed4f2b92a3 /sysdeps/unix | |
parent | 48e6095f0e7dcc0827d6c1ccb1b5bf461ae323b7 (diff) | |
download | glibc-15a7702daabad96042e780ff545da1e360b98ead.tar glibc-15a7702daabad96042e780ff545da1e360b98ead.tar.gz glibc-15a7702daabad96042e780ff545da1e360b98ead.tar.bz2 glibc-15a7702daabad96042e780ff545da1e360b98ead.zip |
(__libc_multiple_libcs): Define as hidden.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/aix/init-first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/init-first.c b/sysdeps/unix/sysv/aix/init-first.c index 7b4773b633..4c6768b8ad 100644 --- a/sysdeps/unix/sysv/aix/init-first.c +++ b/sysdeps/unix/sysv/aix/init-first.c @@ -42,7 +42,7 @@ weak_extern (_dl_starting_up) /* Set nonzero if we have to be prepared for more then one libc being used in the process. Safe assumption if initializer never runs. */ -int __libc_multiple_libcs = 1; +int __libc_multiple_libcs attribute_hidden = 1; /* Remember the command line argument and enviroment contents for later calls of initializers for dynamic libraries. */ |