From 186cd80b1eb0c28f42c052bbaa9b37a7f66ee662 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 2 Jun 2021 07:32:19 +0200 Subject: Add missing symbols to Version files Some symbols have explicit versioned_symbol or compat_symbol markers in the sources, but no corresponding entry in the Versions files. This presently works because the local: * directive is only applied to the base version. Reviewed-by: Adhemerval Zanella --- inet/Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inet') diff --git a/inet/Versions b/inet/Versions index 9b3661e046..84cbe847cd 100644 --- a/inet/Versions +++ b/inet/Versions @@ -54,6 +54,8 @@ libc { gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r; getnetent_r; getnetgrent_r; getprotobyname_r; getprotobynumber_r; getprotoent_r; getservbyname_r; + getservbyport_r; + getservent_r; } GLIBC_2.2 { # i* -- cgit 1.4.1