about summary refs log tree commit diff
path: root/inet/Makefile
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/Makefile
parent9b63a8ac404733851798680da1dc9f53ee70b64c (diff)
downloadglibc-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/Makefile8
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)