diff options
-rw-r--r-- | resolv/Versions | 1 | ||||
-rw-r--r-- | sysdeps/powerpc/soft-fp/Versions | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/resolv/Versions b/resolv/Versions index 9868524..8131f1d 100644 --- a/resolv/Versions +++ b/resolv/Versions @@ -56,6 +56,7 @@ libresolv { __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery; __res_nquerydomain; __res_nsearch; __res_nsend; __res_query; __res_querydomain; __res_search; + } } libnss_dns { diff --git a/sysdeps/powerpc/soft-fp/Versions b/sysdeps/powerpc/soft-fp/Versions index 242aaf9..5e403d5 100644 --- a/sysdeps/powerpc/soft-fp/Versions +++ b/sysdeps/powerpc/soft-fp/Versions @@ -4,5 +4,6 @@ libc { _q_fle; _q_flt; _q_fne; _q_itoq; _q_mul; _q_neg; _q_qtod; _q_qtoi; _q_qtos; _q_qtou; _q_sqrt; _q_stoq; _q_sub; _q_utoq; - _q_lltoq; _q_qtoll; _q_qtoull; _q_ulltoq; + _q_lltoq; _q_qtoll; _q_qtoull; _q_ulltoq; + } } |