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 | 13e1f86706e463de4429f7e88f47c6ff65cd845e (patch) | |
tree | cd309d16de42acae7b2d688dbdd53f3603b135a5 /sysdeps/unix/sysv/linux/csky | |
parent | 7ed1ac6da3d6ae5bfbbf4c4bdce07a40e8113df8 (diff) | |
download | glibc-13e1f86706e463de4429f7e88f47c6ff65cd845e.tar glibc-13e1f86706e463de4429f7e88f47c6ff65cd845e.tar.gz glibc-13e1f86706e463de4429f7e88f47c6ff65cd845e.tar.bz2 glibc-13e1f86706e463de4429f7e88f47c6ff65cd845e.zip |
resolv: Move ns_name_compress into its own file and into libc
And reformat to GNU style.
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/csky')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libresolv.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libc.abilist b/sysdeps/unix/sysv/linux/csky/libc.abilist index bf98471537..39f05ffbbe 100644 --- a/sysdeps/unix/sysv/linux/csky/libc.abilist +++ b/sysdeps/unix/sysv/linux/csky/libc.abilist @@ -1395,6 +1395,7 @@ GLIBC_2.29 nl_langinfo F GLIBC_2.29 nl_langinfo_l F GLIBC_2.29 nrand48 F GLIBC_2.29 nrand48_r F +GLIBC_2.29 ns_name_compress F GLIBC_2.29 ns_name_ntop F GLIBC_2.29 ns_name_pack F GLIBC_2.29 ns_name_pton F @@ -2483,6 +2484,7 @@ GLIBC_2.34 mtx_lock F GLIBC_2.34 mtx_timedlock F GLIBC_2.34 mtx_trylock F GLIBC_2.34 mtx_unlock F +GLIBC_2.34 ns_name_compress F GLIBC_2.34 ns_name_ntop F GLIBC_2.34 ns_name_pack F GLIBC_2.34 ns_name_pton F diff --git a/sysdeps/unix/sysv/linux/csky/libresolv.abilist b/sysdeps/unix/sysv/linux/csky/libresolv.abilist index 181d1898b3..803d69e3c9 100644 --- a/sysdeps/unix/sysv/linux/csky/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/csky/libresolv.abilist @@ -58,7 +58,6 @@ GLIBC_2.29 ns_get32 F GLIBC_2.29 ns_initparse F GLIBC_2.29 ns_makecanon F GLIBC_2.29 ns_msg_getflag F -GLIBC_2.29 ns_name_compress F GLIBC_2.29 ns_name_ntol F GLIBC_2.29 ns_name_rollback F GLIBC_2.29 ns_parse_ttl F |