From 4e1d3db1e86804283cd21f3186e06d397284ac70 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 19 Jul 2021 07:55:27 +0200 Subject: resolv: Move ns_name_uncompress into its own file and into libc And reformat to GNU style. Check for negative error returns (instead of -1). The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/arc/libc.abilist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/arc/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/arc/libc.abilist b/sysdeps/unix/sysv/linux/arc/libc.abilist index 6b335b5580..14a09d9293 100644 --- a/sysdeps/unix/sysv/linux/arc/libc.abilist +++ b/sysdeps/unix/sysv/linux/arc/libc.abilist @@ -1340,6 +1340,7 @@ GLIBC_2.32 nrand48 F GLIBC_2.32 nrand48_r F GLIBC_2.32 ns_name_ntop F GLIBC_2.32 ns_name_skip F +GLIBC_2.32 ns_name_uncompress F GLIBC_2.32 ns_name_unpack F GLIBC_2.32 ntohl F GLIBC_2.32 ntohs F @@ -2216,6 +2217,7 @@ GLIBC_2.34 mtx_trylock F GLIBC_2.34 mtx_unlock F GLIBC_2.34 ns_name_ntop F GLIBC_2.34 ns_name_skip F +GLIBC_2.34 ns_name_uncompress F GLIBC_2.34 ns_name_unpack F GLIBC_2.34 openpty F GLIBC_2.34 posix_spawn_file_actions_addclosefrom_np F -- cgit 1.4.1