From 3142475c1aa050514b5fe56b54b1c00264ba0653 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 15 Aug 2000 16:25:27 +0000 Subject: * 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 * 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. --- sysdeps/mach/hurd/dl-sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd') 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; -- cgit v1.1