aboutsummaryrefslogtreecommitdiff
path: root/inet/Versions
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:26 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:31:00 +0200
commit1d74d2f042a405982661267394e16126db70dc5f (patch)
tree6d59e8ee3f31cdfb1369c5e6db67c3654f2a6587 /inet/Versions
parent9b63a8ac404733851798680da1dc9f53ee70b64c (diff)
downloadglibc-1d74d2f042a405982661267394e16126db70dc5f.zip
glibc-1d74d2f042a405982661267394e16126db70dc5f.tar.gz
glibc-1d74d2f042a405982661267394e16126db70dc5f.tar.bz2
Move 'services' routines from 'inet' into 'nss'
The getservby* and getservent* 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/Versions6
1 files changed, 1 insertions, 5 deletions
diff --git a/inet/Versions b/inet/Versions
index c0c64e1..7765cb7 100644
--- a/inet/Versions
+++ b/inet/Versions
@@ -15,8 +15,6 @@ libc {
# g*
getdomainname;
- getservbyname; getservbyname_r; getservbyport;
- getservbyport_r; getservent; getservent_r;
# h*
htonl; htons;
@@ -46,9 +44,7 @@ libc {
# g*
getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
- getnetent_r; getservbyname_r;
- getservbyport_r;
- getservent_r;
+ getnetent_r;
}
GLIBC_2.2 {
# i*