diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-07 17:30:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-07 17:30:05 +0000 |
commit | af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11 (patch) | |
tree | 5899462d3e800ea22fb99bb322659f52a1951ddc /sysdeps/mach/hurd | |
parent | 8b76d7726f7dc529e3c3bc5e897246e2979ad04a (diff) | |
download | glibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.tar glibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.tar.gz glibc-af5fac2f3b031aa0d6e9c1b0e2c2ae737f984c11.tar.bz2 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/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 6 |
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; + } } |