From 2f1c6652d7b339526cfebc87c64c6f130cabc9ba Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Mon, 2 Oct 2023 14:55:28 +0200 Subject: Move getnameinfo from 'inet' to 'nss' getnameinfo is an entry points for nss functionality. This commit moves it from the 'inet' subdirectory to 'nss'. The corresponding Versions entry is also moved from 'posix' into 'nss'. Reviewed-by: Adhemerval Zanella --- nss/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nss/Versions') diff --git a/nss/Versions b/nss/Versions index 158a9175a4..d765e1d3b6 100644 --- a/nss/Versions +++ b/nss/Versions @@ -58,6 +58,9 @@ libc { ulckpwdf; } GLIBC_2.1 { + # g* + getnameinfo; + # p* putgrent; } -- cgit v1.2.3