about summary refs log tree commit diff
path: root/inet/Versions
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:21 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commita7e8d0b90bc400b4d57afb01c1a54236a5c4754c (patch)
treedf1fff59376ea497ed6f95d6c2a86eae8cb693ec /inet/Versions
parent1c40266328babd3613d0fc7928449a7b53d87c73 (diff)
downloadglibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.gz
glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.xz
glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.zip
Move 'hosts' routines from 'inet' into 'nss'
The gethostby* and gethostent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'inet/Versions')
-rw-r--r--inet/Versions4
1 files changed, 1 insertions, 3 deletions
diff --git a/inet/Versions b/inet/Versions
index a7c1a0fb6f..d937e9835c 100644
--- a/inet/Versions
+++ b/inet/Versions
@@ -14,9 +14,7 @@ libc {
     ether_ntoa_r;
 
     # g*
-    getdomainname; gethostbyaddr; gethostbyaddr_r; gethostbyname;
-    gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent;
-    gethostent_r; getnetbyaddr; getnetbyaddr_r; getnetbyname;
+    getdomainname; getnetbyaddr; getnetbyaddr_r; getnetbyname;
     getnetbyname_r; getnetent; getnetent_r; getnetgrent; getnetgrent_r;
     getprotobyname; getprotobyname_r; getprotobynumber;
     getprotobynumber_r; getprotoent; getprotoent_r;