aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-08-15 16:25:27 +0000
committerMark Kettenis <kettenis@gnu.org>2000-08-15 16:25:27 +0000
commit3142475c1aa050514b5fe56b54b1c00264ba0653 (patch)
tree7dba07b054229bfb788f64ac7886578b57666654 /sysdeps/mach/hurd
parent805d2e7d47affd899bd5103049fd154a0b2302c7 (diff)
downloadglibc-3142475c1aa050514b5fe56b54b1c00264ba0653.zip
glibc-3142475c1aa050514b5fe56b54b1c00264ba0653.tar.gz
glibc-3142475c1aa050514b5fe56b54b1c00264ba0653.tar.bz2
* sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs): Initialize, needed for change in common symbol handling in newer binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
2000-08-15 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs): Initialize, needed for change in common symbol handling in newer binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 6dfd9ed..dcfbb39 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -49,7 +49,7 @@ extern char **_environ;
extern void ENTRY_POINT (void);
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 containts the lowest stack address ever used. */
void *__libc_stack_end;