mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
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.
This commit is contained in:
parent
8b76d7726f
commit
af5fac2f3b
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2002-04-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
|
||||
|
@ -20,7 +20,7 @@ libc {
|
||||
GLIBC_PRIVATE {
|
||||
# functions used in other libraries
|
||||
_dl_open; _dl_close; _dl_addr;
|
||||
_dl_sym; _dl_vsym; _dl_init_first;
|
||||
_dl_sym; _dl_vsym;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user