about summary refs log tree commit diff
path: root/sunrpc/Versions
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:25 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:31:00 +0200
commit9b63a8ac404733851798680da1dc9f53ee70b64c (patch)
tree37ff05b0c5aec7403020fe60a14ddcbbb47c5b4e /sunrpc/Versions
parenta25a060c358358d61d683dc8e9aa9df91e877a35 (diff)
downloadglibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.gz
glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.xz
glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.zip
Move 'rpc' routines from 'inet' into 'nss'
The getrpcby* and getrpcent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.  The Versions entries for these routines along with a test,
located in the 'sunrpc' subdirectory, are also moved into 'nss'.
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sunrpc/Versions')
-rw-r--r--sunrpc/Versions3
1 files changed, 1 insertions, 2 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions
index 77bc6a4c9b..cba6e36422 100644
--- a/sunrpc/Versions
+++ b/sunrpc/Versions
@@ -26,8 +26,7 @@ libc {
 
     # g*
     get_myaddress; getpublickey; getsecretkey;
-    getrpcbyname; getrpcbyname_r; getrpcbynumber; getrpcbynumber_r;
-    getrpcent; getrpcent_r; getrpcport;
+    getrpcport;
 
     # p*
     pmap_getmaps; pmap_getport; pmap_rmtcall; pmap_set; pmap_unset;