diff options
Diffstat (limited to 'sysdeps/stub/init-first.c')
-rw-r--r-- | sysdeps/stub/init-first.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/stub/init-first.c b/sysdeps/stub/init-first.c index de803fadd0..32ffa82c8a 100644 --- a/sysdeps/stub/init-first.c +++ b/sysdeps/stub/init-first.c @@ -19,6 +19,8 @@ Cambridge, MA 02139, USA. */ #include <unistd.h> +int __libc_multiple_libcs = 1; + extern void __libc_init (int, char **, char **); #ifdef PIC |