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 /nss/Versions | |
parent | 1c40266328babd3613d0fc7928449a7b53d87c73 (diff) | |
download | glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.gz glibc-a7e8d0b90bc400b4d57afb01c1a54236a5c4754c.tar.bz2 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 'nss/Versions')
-rw-r--r-- | nss/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/Versions b/nss/Versions index 99208cb9df..74ba4470d8 100644 --- a/nss/Versions +++ b/nss/Versions @@ -21,6 +21,8 @@ libc { getaliasbyname; getaliasbyname_r; getaliasent; getaliasent_r; getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r; getgroups; + gethostbyaddr; gethostbyaddr_r; gethostbyname; gethostbyname2; + gethostbyname2_r; gethostbyname_r; gethostent; gethostent_r; getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r; getspent; getspent_r; getspnam; getspnam_r; |