From af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Apr 2002 17:30:05 +0000 Subject: Update. 2002-04-07 Ulrich Drepper * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export list. * elf/Versions: Remove it here. --- sysdeps/mach/hurd/Versions | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index 315f0072f7..15793adaa4 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -3,6 +3,9 @@ libc { # functions with a weak definition in the dynamic linker __getcwd; __mmap; } + GLIBC_PRIVATE { + _dl_init_first; + } } ld { @@ -18,4 +21,7 @@ ld { _exit; _hurd_intr_rpc_mach_msg; abort; } + GLIBC_PRIVATE { + _dl_init_first; + } } -- cgit 1.4.1