diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:23 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 5a6e784e64c9e3d9b16b257f73cc6332771d9e18 (patch) | |
tree | ab84ac5d7456fbad3760c1e00723ba181dca021f /nss/Versions | |
parent | 3f7c7ac887f9d0f5d41b3c7d698fe8df939c0a87 (diff) | |
download | glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.tar.gz glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.tar.xz glibc-5a6e784e64c9e3d9b16b257f73cc6332771d9e18.zip |
Move 'networks' routines from 'inet' into 'nss'
The getnetby* and getnetent* 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 4ddc018012..95219f0fc7 100644 --- a/nss/Versions +++ b/nss/Versions @@ -25,6 +25,8 @@ libc { gethostbyaddr; gethostbyaddr_r; gethostbyname; gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent; gethostent_r; getnetgrent; getnetgrent_r; + getnetbyaddr; getnetbyaddr_r; getnetbyname; getnetbyname_r; + getnetent; getnetent_r; getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r; getspent; getspent_r; getspnam; getspnam_r; |