diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-26 17:39:10 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-08-26 17:39:10 +0000 |
commit | 548330d38eefef72c138211300e867733613c7c2 (patch) | |
tree | 2eb7f3d647f4b0eacbf3ee4a96322b4dddd18f3c /sysdeps/i386 | |
parent | dcf0671d905200c449f92ead6cf43c184637a0d5 (diff) | |
download | glibc-548330d38eefef72c138211300e867733613c7c2.tar.gz glibc-548330d38eefef72c138211300e867733613c7c2.tar.xz glibc-548330d38eefef72c138211300e867733613c7c2.zip |
*** empty log message ***
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/init-first.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/init-first.c b/sysdeps/i386/init-first.c index 792702e024..0e6e15fa50 100644 --- a/sysdeps/i386/init-first.c +++ b/sysdeps/i386/init-first.c @@ -22,6 +22,7 @@ Cambridge, MA 02139, USA. */ extern void __libc_init (int, char **, char **); extern void __libc_global_ctors (void); +int __libc_multiple_libcs = 1; static void init (int *data) |