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:57 +0200 |
commit | 21a497cc58df2b9b02dc687b97f105335e7a1c50 (patch) | |
tree | 30c5a5180ce891b19fc8820b24727f466dde86c3 /sysdeps/unix/sysv/linux/nios2/libresolv.abilist | |
parent | b165c65c35d0fc4d60d63ae101f4edfa21c0d30b (diff) | |
download | glibc-21a497cc58df2b9b02dc687b97f105335e7a1c50.tar.gz glibc-21a497cc58df2b9b02dc687b97f105335e7a1c50.tar.xz glibc-21a497cc58df2b9b02dc687b97f105335e7a1c50.zip |
resolv: Move res_mkquery, res_nmkquery into libc
This switches to public symbols without __ prefixes, due to improved namespace management in glibc. The symbols res_mkquery, __res_mkquery, __res_nmkquery were moved with the script (using --no-new-version). res_mkquery@@GLIBC_2.34, res_nmkquery@@GLIBC_2.34 were added using make update-all-abi. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/nios2/libresolv.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libresolv.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libresolv.abilist b/sysdeps/unix/sysv/linux/nios2/libresolv.abilist index 48cf067b8b..23c5250a0c 100644 --- a/sysdeps/unix/sysv/linux/nios2/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libresolv.abilist @@ -25,9 +25,7 @@ GLIBC_2.21 __putshort F GLIBC_2.21 __res_close F GLIBC_2.21 __res_hostalias F GLIBC_2.21 __res_isourserver F -GLIBC_2.21 __res_mkquery F GLIBC_2.21 __res_nameinquery F -GLIBC_2.21 __res_nmkquery F GLIBC_2.21 __res_nquery F GLIBC_2.21 __res_nquerydomain F GLIBC_2.21 __res_nsearch F |