]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add _dl_function_address.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:21:47 +0000 (03:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 03:21:47 +0000 (03:21 +0000)
sysdeps/hppa/Versions

index 0c447d9f28b852df7c99c9fbfc8310e92c714d72..c5f35d49711bcd5d8a23aee2ce4943a692dff63f 100644 (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;
   }
 }