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:21 +0200 |
commit | 7ed1ac6da3d6ae5bfbbf4c4bdce07a40e8113df8 (patch) | |
tree | ebca688a687d71113823efb9f1fc3c89fbd300bc /sysdeps/unix/sysv/linux/arc | |
parent | 276e9822b3402d49a3c9bea713f89dc855812152 (diff) | |
download | glibc-7ed1ac6da3d6ae5bfbbf4c4bdce07a40e8113df8.tar.gz glibc-7ed1ac6da3d6ae5bfbbf4c4bdce07a40e8113df8.tar.xz glibc-7ed1ac6da3d6ae5bfbbf4c4bdce07a40e8113df8.zip |
resolv: Move ns_name_pack into its own file and into libc
And reformat to GNU style, and eliminate the labellen function. The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libresolv.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libc.abilist b/sysdeps/unix/sysv/linux/arc/libc.abilist index ef2c9935b6..8c679d10c1 100644 --- a/sysdeps/unix/sysv/linux/arc/libc.abilist +++ b/sysdeps/unix/sysv/linux/arc/libc.abilist @@ -1339,6 +1339,7 @@ GLIBC_2.32 nl_langinfo_l F GLIBC_2.32 nrand48 F GLIBC_2.32 nrand48_r F GLIBC_2.32 ns_name_ntop F +GLIBC_2.32 ns_name_pack F GLIBC_2.32 ns_name_pton F GLIBC_2.32 ns_name_skip F GLIBC_2.32 ns_name_uncompress F @@ -2217,6 +2218,7 @@ GLIBC_2.34 mtx_timedlock F GLIBC_2.34 mtx_trylock F GLIBC_2.34 mtx_unlock F GLIBC_2.34 ns_name_ntop F +GLIBC_2.34 ns_name_pack F GLIBC_2.34 ns_name_pton F GLIBC_2.34 ns_name_skip F GLIBC_2.34 ns_name_uncompress F diff --git a/sysdeps/unix/sysv/linux/arc/libresolv.abilist b/sysdeps/unix/sysv/linux/arc/libresolv.abilist index 8a29165fa5..f869f0003b 100644 --- a/sysdeps/unix/sysv/linux/arc/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/arc/libresolv.abilist @@ -60,7 +60,6 @@ GLIBC_2.32 ns_makecanon F GLIBC_2.32 ns_msg_getflag F GLIBC_2.32 ns_name_compress F GLIBC_2.32 ns_name_ntol F -GLIBC_2.32 ns_name_pack F GLIBC_2.32 ns_name_rollback F GLIBC_2.32 ns_parse_ttl F GLIBC_2.32 ns_parserr F |