*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Mon, 26 Aug 1996 17:39:10 +0000 (17:39 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Mon, 26 Aug 1996 17:39:10 +0000 (17:39 +0000)
sysdeps/i386/init-first.c
sysdeps/mach/hurd/i386/init-first.c
sysdeps/stub/init-first.c

index 792702e..0e6e15f 100644 (file)
@@ -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)
index ba39a70..d095580 100644 (file)
@@ -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__));
 
index de803fa..32ffa82 100644 (file)
@@ -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