diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 23:14:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 23:14:50 +0000 |
commit | ae6cfd8bc146d34e8aae762d2d26164aa88385ed (patch) | |
tree | 772e7dd2d77135c3cab7972b0019cb0544126397 /sysdeps/hppa | |
parent | a242df8440aed93d43c573b82ad712c77aea7a0d (diff) | |
download | glibc-ae6cfd8bc146d34e8aae762d2d26164aa88385ed.tar glibc-ae6cfd8bc146d34e8aae762d2d26164aa88385ed.tar.gz glibc-ae6cfd8bc146d34e8aae762d2d26164aa88385ed.tar.bz2 glibc-ae6cfd8bc146d34e8aae762d2d26164aa88385ed.zip |
Move all symbols to GLIBC_PRIVATE.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r-- | sysdeps/hppa/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/Versions b/sysdeps/hppa/Versions index c5f35d4971..909d50bbf5 100644 --- a/sysdeps/hppa/Versions +++ b/sysdeps/hppa/Versions @@ -1,5 +1,5 @@ ld { - GLIBC_2.2 { + GLIBC_PRIVATE { # hppa specific functions in the dynamic linker, but used by libc.so. _dl_symbol_address; _dl_unmap; _dl_lookup_address; _dl_function_address; |