]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Initialize __libc_multiple_libcs, needed for change in common symbol
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Jan 2000 19:54:11 +0000 (19:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Jan 2000 19:54:11 +0000 (19:54 +0000)
handing in newer binutils.

sysdeps/generic/dl-sysdep.c

index 4f2a2f6da3aea28cc2197d9500fce48e25950cca..784e7adb5e2334f38489f3bf78b686d78cd28e1a 100644 (file)
@@ -47,7 +47,7 @@ extern void ENTRY_POINT (void);
 
 ElfW(Addr) _dl_base_addr;
 int __libc_enable_secure;
-int __libc_multiple_libcs;     /* Defining this here avoids the inclusion
+int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
                                   of init-first.  */
 /* This variable contains the lowest stack address ever used.  */
 void *__libc_stack_end;