* resolv/Versions: Fix bracing.

* sysdeps/powerpc/soft-fp/Versions: Likewise.
This commit is contained in:
Andreas Jaeger 2001-01-03 17:23:22 +00:00
parent f49b52b601
commit ecfe6d8ef5
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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;
}
}