diff options
author | Arjun Shankar <arjun@redhat.com> | 2023-10-02 14:55:26 +0200 |
---|---|---|
committer | Arjun Shankar <arjun@redhat.com> | 2023-10-24 12:31:00 +0200 |
commit | 1d74d2f042a405982661267394e16126db70dc5f (patch) | |
tree | 6d59e8ee3f31cdfb1369c5e6db67c3654f2a6587 /inet/Makefile | |
parent | 9b63a8ac404733851798680da1dc9f53ee70b64c (diff) | |
download | glibc-1d74d2f042a405982661267394e16126db70dc5f.tar.gz glibc-1d74d2f042a405982661267394e16126db70dc5f.tar.xz glibc-1d74d2f042a405982661267394e16126db70dc5f.zip |
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/Makefile')
-rw-r--r-- | inet/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inet/Makefile b/inet/Makefile index 3c1987877a..d275f51b3f 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -48,13 +48,7 @@ routines := \ ether_ntoa_r \ getipv4sourcefilter \ getnameinfo \ - getservent \ - getservent_r \ getsourcefilter \ - getsrvbynm \ - getsrvbynm_r \ - getsrvbypt \ - getsrvbypt_r \ herrno \ herrno-loc \ htonl \ @@ -126,8 +120,6 @@ include ../gen-locales.mk ifeq ($(have-thread-library),yes) CFLAGS-rcmd.c += -fexceptions -CFLAGS-getservent_r.c += -fexceptions -CFLAGS-getservent.c += -fexceptions CFLAGS-either_ntoh.c += -fexceptions CFLAGS-either_hton.c += -fexceptions CFLAGS-in6_addr.c += $(config-cflags-wno-ignored-attributes) |