about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-07 17:30:05 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-07 17:30:05 +0000
commitaf5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11 (patch)
tree5899462d3e800ea22fb99bb322659f52a1951ddc /sysdeps
parent8b76d7726f7dc529e3c3bc5e897246e2979ad04a (diff)
downloadglibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.tar.gz
glibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.tar.xz
glibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.zip
Update.
2002-04-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
	list.
	* elf/Versions: Remove it here.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/Versions6
1 files changed, 6 insertions, 0 deletions
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;
+  }
 }