diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-19 10:09:39 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-26 09:37:23 -0700 |
commit | aab4df0fb51660300559f5f29290709db2f7bfee (patch) | |
tree | 5728924b4491cbe3b43107a0609500ed1738e039 /libc/inet/Makefile.in | |
parent | 534661b91c98492995274c364c8177c45efc63db (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.in | 4 |
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 |