]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
*** 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 792702e024e552c269f2bf50a5e21c0351552754..0e6e15fa50ede8034a8b865ef6b7beba2ca03554 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 ba39a70d23d9a523a856d2b293395c261bb8430d..d095580cfd7cb268327abde832728cefb4a7b1a3 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 de803fadd0e3211a1a9cf2f683c27367af3a0e30..32ffa82c8a6363a64fc36283e257f9c5716a484e 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