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 /inet/Makefile | |
parent | a25a060c358358d61d683dc8e9aa9df91e877a35 (diff) | |
download | glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.zip glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.gz glibc-9b63a8ac404733851798680da1dc9f53ee70b64c.tar.bz2 |
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 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inet/Makefile b/inet/Makefile index dab7182..3c19878 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -48,12 +48,6 @@ routines := \ ether_ntoa_r \ getipv4sourcefilter \ getnameinfo \ - getrpcbyname \ - getrpcbyname_r \ - getrpcbynumber \ - getrpcbynumber_r \ - getrpcent \ - getrpcent_r \ getservent \ getservent_r \ getsourcefilter \ @@ -132,8 +126,6 @@ include ../gen-locales.mk ifeq ($(have-thread-library),yes) CFLAGS-rcmd.c += -fexceptions -CFLAGS-getrpcent_r.c += -fexceptions -CFLAGS-getrpcent.c += -fexceptions CFLAGS-getservent_r.c += -fexceptions CFLAGS-getservent.c += -fexceptions CFLAGS-either_ntoh.c += -fexceptions |