summaryrefslogtreecommitdiff
path: root/libc/inet/Makefile.in
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-09-19 10:09:39 -0700
committerAustin Foxley <austinf@cetoncorp.com>2009-09-26 09:37:23 -0700
commitaab4df0fb51660300559f5f29290709db2f7bfee (patch)
tree5728924b4491cbe3b43107a0609500ed1738e039 /libc/inet/Makefile.in
parent534661b91c98492995274c364c8177c45efc63db (diff)
resolv.c: add support for per thread res_state
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/inet/Makefile.in')
-rw-r--r--libc/inet/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/Makefile.in b/libc/inet/Makefile.in
index cf689d806..23e8732b2 100644
--- a/libc/inet/Makefile.in
+++ b/libc/inet/Makefile.in
@@ -43,8 +43,8 @@ resolv_CSRC += \
getnameinfo.c \
gethostbyaddr_r.c gethostbyname_r.c gethostbyname2_r.c gethostent_r.c \
gethostbyaddr.c gethostbyname.c gethostbyname2.c gethostent.c \
- res_init.c res_query.c res_comp.c ns_name.c
-
+ res_init.c res_query.c res_comp.c ns_name.c \
+ _res_state.c
ifneq ($(UCLIBC_HAS_IPV4)$(UCLIBC_HAS_IPV6),)
CSRC += $(resolv_CSRC)
## # unused ATM