mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
resolv: Move res_send, res_nsend into libc
Switch to public symbols without __ prefix (due to improved namespace management). __res_send, __res_nsend were moved using the script (with --no-new-version). res_send@@GLIBC_2.34 and res_nsend@@GLIBC_2.34 were added using make update-all-abi. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -30,12 +30,10 @@ GLIBC_2.29 __res_nmkquery F
|
||||
GLIBC_2.29 __res_nquery F
|
||||
GLIBC_2.29 __res_nquerydomain F
|
||||
GLIBC_2.29 __res_nsearch F
|
||||
GLIBC_2.29 __res_nsend F
|
||||
GLIBC_2.29 __res_queriesmatch F
|
||||
GLIBC_2.29 __res_query F
|
||||
GLIBC_2.29 __res_querydomain F
|
||||
GLIBC_2.29 __res_search F
|
||||
GLIBC_2.29 __res_send F
|
||||
GLIBC_2.29 __sym_ntop F
|
||||
GLIBC_2.29 __sym_ntos F
|
||||
GLIBC_2.29 __sym_ston F
|
||||
|
Reference in New Issue
Block a user