Add _dl_function_address.

This commit is contained in:
Ulrich Drepper 2001-04-22 03:21:47 +00:00
parent 85ff0834bb
commit e40ba2ccb8
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ ld {
GLIBC_2.2 {
# hppa specific functions in the dynamic linker, but used by libc.so.
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
_dl_function_address;
}
}