diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:55:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-07-19 07:56:45 +0200 |
commit | b165c65c35d0fc4d60d63ae101f4edfa21c0d30b (patch) | |
tree | 989a2418ecc63814f3afc59a437ee30d96e89042 /sysdeps/unix/sysv/linux/riscv | |
parent | 66ac4268f48e4dbcb09b2b6128efa84a6564c1e6 (diff) | |
download | glibc-b165c65c35d0fc4d60d63ae101f4edfa21c0d30b.zip glibc-b165c65c35d0fc4d60d63ae101f4edfa21c0d30b.tar.gz glibc-b165c65c35d0fc4d60d63ae101f4edfa21c0d30b.tar.bz2 |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv')
4 files changed, 8 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist index 289f148..1a9301f 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist @@ -372,8 +372,10 @@ GLIBC_2.33 __res_init F GLIBC_2.33 __res_mailok F GLIBC_2.33 __res_nclose F GLIBC_2.33 __res_ninit F +GLIBC_2.33 __res_nsend F GLIBC_2.33 __res_ownok F GLIBC_2.33 __res_randomid F +GLIBC_2.33 __res_send F GLIBC_2.33 __res_state F GLIBC_2.33 __riscv_flush_icache F GLIBC_2.33 __sbrk F @@ -2327,7 +2329,9 @@ GLIBC_2.34 pthread_tryjoin_np F GLIBC_2.34 res_dnok F GLIBC_2.34 res_hnok F GLIBC_2.34 res_mailok F +GLIBC_2.34 res_nsend F GLIBC_2.34 res_ownok F +GLIBC_2.34 res_send F GLIBC_2.34 sem_clockwait F GLIBC_2.34 sem_close F GLIBC_2.34 sem_destroy F diff --git a/sysdeps/unix/sysv/linux/riscv/rv32/libresolv.abilist b/sysdeps/unix/sysv/linux/riscv/rv32/libresolv.abilist index 3b96915..bd9a317 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv32/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv32/libresolv.abilist @@ -30,12 +30,10 @@ GLIBC_2.33 __res_nmkquery F GLIBC_2.33 __res_nquery F GLIBC_2.33 __res_nquerydomain F GLIBC_2.33 __res_nsearch F -GLIBC_2.33 __res_nsend F GLIBC_2.33 __res_queriesmatch F GLIBC_2.33 __res_query F GLIBC_2.33 __res_querydomain F GLIBC_2.33 __res_search F -GLIBC_2.33 __res_send F GLIBC_2.33 __sym_ntop F GLIBC_2.33 __sym_ntos F GLIBC_2.33 __sym_ston F diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist index 738405e..93f6b17 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist @@ -383,8 +383,10 @@ GLIBC_2.27 __res_init F GLIBC_2.27 __res_mailok F GLIBC_2.27 __res_nclose F GLIBC_2.27 __res_ninit F +GLIBC_2.27 __res_nsend F GLIBC_2.27 __res_ownok F GLIBC_2.27 __res_randomid F +GLIBC_2.27 __res_send F GLIBC_2.27 __res_state F GLIBC_2.27 __riscv_flush_icache F GLIBC_2.27 __rpc_thread_createerr F @@ -2527,7 +2529,9 @@ GLIBC_2.34 pthread_tryjoin_np F GLIBC_2.34 res_dnok F GLIBC_2.34 res_hnok F GLIBC_2.34 res_mailok F +GLIBC_2.34 res_nsend F GLIBC_2.34 res_ownok F +GLIBC_2.34 res_send F GLIBC_2.34 sem_clockwait F GLIBC_2.34 sem_close F GLIBC_2.34 sem_destroy F diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist b/sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist index 4417916..e40b11f 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/riscv/rv64/libresolv.abilist @@ -30,12 +30,10 @@ GLIBC_2.27 __res_nmkquery F GLIBC_2.27 __res_nquery F GLIBC_2.27 __res_nquerydomain F GLIBC_2.27 __res_nsearch F -GLIBC_2.27 __res_nsend F GLIBC_2.27 __res_queriesmatch F GLIBC_2.27 __res_query F GLIBC_2.27 __res_querydomain F GLIBC_2.27 __res_search F -GLIBC_2.27 __res_send F GLIBC_2.27 __sym_ntop F GLIBC_2.27 __sym_ntos F GLIBC_2.27 __sym_ston F |