diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:24 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | a25a060c358358d61d683dc8e9aa9df91e877a35 (patch) | |
tree | e01407aca6f3cf2a7891c428681314842aca5878 /inet/Versions | |
parent | 5a6e784e64c9e3d9b16b257f73cc6332771d9e18 (diff) | |
download | glibc-a25a060c358358d61d683dc8e9aa9df91e877a35.zip glibc-a25a060c358358d61d683dc8e9aa9df91e877a35.tar.gz glibc-a25a060c358358d61d683dc8e9aa9df91e877a35.tar.bz2 |
Move 'protocols' routines from 'inet' into 'nss'
The getprotoby* and getprotoent* 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 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/inet/Versions b/inet/Versions index 051b305..c0c64e1 100644 --- a/inet/Versions +++ b/inet/Versions @@ -15,8 +15,6 @@ libc { # g* getdomainname; - getprotobyname; getprotobyname_r; getprotobynumber; - getprotobynumber_r; getprotoent; getprotoent_r; getservbyname; getservbyname_r; getservbyport; getservbyport_r; getservent; getservent_r; @@ -48,8 +46,7 @@ libc { # g* getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r; gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r; - getnetent_r; getprotobyname_r; getprotobynumber_r; - getprotoent_r; getservbyname_r; + getnetent_r; getservbyname_r; getservbyport_r; getservent_r; } |