From 548330d38eefef72c138211300e867733613c7c2 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Mon, 26 Aug 1996 17:39:10 +0000 Subject: *** empty log message *** --- sysdeps/mach/hurd/i386/init-first.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/mach/hurd/i386/init-first.c') 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__)); -- cgit v1.2.1