about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:28 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:31:00 +0200
commit2f1c6652d7b339526cfebc87c64c6f130cabc9ba (patch)
tree1b30ae976fad5f3cdcf49b7494b9f4955e045009 /posix
parent7f602256ab5b85db1dbfb5f40bd109c4b37b68c8 (diff)
downloadglibc-2f1c6652d7b339526cfebc87c64c6f130cabc9ba.tar.gz
glibc-2f1c6652d7b339526cfebc87c64c6f130cabc9ba.tar.xz
glibc-2f1c6652d7b339526cfebc87c64c6f130cabc9ba.zip
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  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'posix')
-rw-r--r--posix/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Versions b/posix/Versions
index b24c7c87ff..0624d24bcc 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -72,7 +72,7 @@ libc {
     __pread64; __pwrite64;
 
     # g*
-    gai_strerror; getnameinfo; glob64; globfree64;
+    gai_strerror; glob64; globfree64;
 
     # p*
     pread; pread64; pwrite; pwrite64;