aboutsummaryrefslogtreecommitdiff
path: root/inet/Makefile
diff options
context:
space:
mode:
authorArjun Shankar <arjun@redhat.com>2023-10-02 14:55:21 +0200
committerArjun Shankar <arjun@redhat.com>2023-10-24 12:30:59 +0200
commita7e8d0b90bc400b4d57afb01c1a54236a5c4754c (patch)
treedf1fff59376ea497ed6f95d6c2a86eae8cb693ec /inet/Makefile
parent1c40266328babd3613d0fc7928449a7b53d87c73 (diff)
Move 'hosts' routines from 'inet' into 'nss'
The gethostby* and gethostent* 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/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 4d053de748..d378542549 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -46,14 +46,6 @@ routines := \
ether_line \
ether_ntoa \
ether_ntoa_r \
- gethstbyad \
- gethstbyad_r \
- gethstbynm \
- gethstbynm2 \
- gethstbynm2_r \
- gethstbynm_r \
- gethstent \
- gethstent_r \
getipv4sourcefilter \
getnameinfo \
getnetbyad \
@@ -123,7 +115,6 @@ tests := \
tst-checks-posix \
tst-ether_aton \
tst-ether_line \
- tst-gethnm \
tst-getni1 \
tst-getni2 \
tst-if_index-long \
@@ -154,14 +145,6 @@ include ../gen-locales.mk
ifeq ($(have-thread-library),yes)
-CFLAGS-gethstbyad_r.c += -fexceptions
-CFLAGS-gethstbyad.c += -fexceptions
-CFLAGS-gethstbynm_r.c += -fexceptions
-CFLAGS-gethstbynm.c += -fexceptions
-CFLAGS-gethstbynm2_r.c += -fexceptions
-CFLAGS-gethstbynm2.c += -fexceptions
-CFLAGS-gethstent_r.c += -fexceptions
-CFLAGS-gethstent.c += -fexceptions
CFLAGS-rcmd.c += -fexceptions
CFLAGS-getnetbynm_r.c += -fexceptions
CFLAGS-getnetbynm.c += -fexceptions