diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:25 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:31:00 +0200 |
commit | 9b63a8ac404733851798680da1dc9f53ee70b64c (patch) | |
tree | 37ff05b0c5aec7403020fe60a14ddcbbb47c5b4e /nss/Versions | |
parent | a25a060c358358d61d683dc8e9aa9df91e877a35 (diff) | |
download | glibc-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 'nss/Versions')
-rw-r--r-- | nss/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/Versions b/nss/Versions index c5de97fb53..b7491154bf 100644 --- a/nss/Versions +++ b/nss/Versions @@ -30,6 +30,8 @@ libc { getprotobyname; getprotobyname_r; getprotobynumber; getprotobynumber_r; getprotoent; getprotoent_r; getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r; + getrpcbyname; getrpcbyname_r; getrpcbynumber; getrpcbynumber_r; + getrpcent; getrpcent_r; getspent; getspent_r; getspnam; getspnam_r; # i* |