diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:21 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | a7e8d0b90bc400b4d57afb01c1a54236a5c4754c (patch) | |
tree | df1fff59376ea497ed6f95d6c2a86eae8cb693ec /inet/Versions | |
parent | 1c40266328babd3613d0fc7928449a7b53d87c73 (diff) | |
download | glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.zip glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.gz glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.bz2 |
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/Versions | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inet/Versions b/inet/Versions index a7c1a0f..d937e98 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; |