diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:19 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:30:59 +0200 |
commit | 4298586619e4a8cf4ba0a5a9da31ae80efac173c (patch) | |
tree | d5c5d070888a487df01e417d1b4b7e94232f06f1 /inet/Versions | |
parent | c6b577caefb7ea2f9a73229f94703792b66f7a8f (diff) | |
download | glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar.gz glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.tar.bz2 glibc-4298586619e4a8cf4ba0a5a9da31ae80efac173c.zip |
Move 'aliases' routines from 'inet' into 'nss'
The aliases routines are entry points for nss functionality. This
commit moves aliases.h and the aliases routines from the 'inet'
subdirectory to 'nss', and adjusts any external references.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'inet/Versions')
-rw-r--r-- | inet/Versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inet/Versions b/inet/Versions index 84cbe847cd..e6d1e6f1ba 100644 --- a/inet/Versions +++ b/inet/Versions @@ -14,7 +14,6 @@ libc { ether_ntoa_r; ether_ntohost; # g* - getaliasbyname; getaliasbyname_r; getaliasent; getaliasent_r; getdomainname; gethostbyaddr; gethostbyaddr_r; gethostbyname; gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent; gethostent_r; getnetbyaddr; getnetbyaddr_r; getnetbyname; |