mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 20:00:07 +00:00
Add _dl_function_address.
This commit is contained in:
parent
85ff0834bb
commit
e40ba2ccb8
@ -2,5 +2,6 @@ ld {
|
|||||||
GLIBC_2.2 {
|
GLIBC_2.2 {
|
||||||
# hppa specific functions in the dynamic linker, but used by libc.so.
|
# hppa specific functions in the dynamic linker, but used by libc.so.
|
||||||
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
|
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
|
||||||
|
_dl_function_address;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user