mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -74,7 +74,8 @@ libresolv_hidden_proto (__res_context_query)
|
||||
int __res_context_send (struct resolv_context *, const unsigned char *, int,
|
||||
const unsigned char *, int, unsigned char *,
|
||||
int, unsigned char **, unsigned char **,
|
||||
int *, int *, int *) attribute_hidden;
|
||||
int *, int *, int *);
|
||||
libc_hidden_proto (__res_context_send)
|
||||
|
||||
/* Internal function similar to res_hostalias. */
|
||||
const char *__res_context_hostalias (struct resolv_context *,
|
||||
|
Reference in New Issue
Block a user