aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/aix/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/aix/init-first.c')
-rw-r--r--sysdeps/unix/sysv/aix/init-first.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/aix/init-first.c b/sysdeps/unix/sysv/aix/init-first.c
index 8272a62824..24ef109dd2 100644
--- a/sysdeps/unix/sysv/aix/init-first.c
+++ b/sysdeps/unix/sysv/aix/init-first.c
@@ -57,12 +57,8 @@ init (int argc, char **argv, char **envp)
If the address would be taken inside the expression the optimizer
would try to be too smart and throws it away. Grrr. */
-#ifndef SHARED
/* XXX disable dl for now
- int *dummy_addr = &_dl_starting_up;
-
- __libc_multiple_libcs = dummy_addr && !_dl_starting_up; */
-#endif
+ __libc_multiple_libcs = &_dl_starting_up && !_dl_starting_up; */
/* Save the command-line arguments. */
__libc_argc = argc;