about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-08-26 17:39:10 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-08-26 17:39:10 +0000
commit548330d38eefef72c138211300e867733613c7c2 (patch)
tree2eb7f3d647f4b0eacbf3ee4a96322b4dddd18f3c /sysdeps/mach/hurd
parentdcf0671d905200c449f92ead6cf43c184637a0d5 (diff)
downloadglibc-548330d38eefef72c138211300e867733613c7c2.tar.gz
glibc-548330d38eefef72c138211300e867733613c7c2.tar.xz
glibc-548330d38eefef72c138211300e867733613c7c2.zip
*** empty log message ***
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/i386/init-first.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/init-first.c b/sysdeps/mach/hurd/i386/init-first.c
index ba39a70d23..d095580cfd 100644
--- a/sysdeps/mach/hurd/i386/init-first.c
+++ b/sysdeps/mach/hurd/i386/init-first.c
@@ -29,6 +29,8 @@ extern void __mach_init (void);
 extern void __libc_init (int, char **, char **);
 extern void __libc_global_ctors (void);
 
+int __libc_multiple_libcs = 1;
+
 void *(*_cthread_init_routine) (void); /* Returns new SP to use.  */
 void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));