platform_bionic/libc/dns
Elliott Hughes 205c7887ad Clean up reentrancy cruft.
The DNS copy of reentrant.h was unused, so remove it.

The strtod implementation can use the upstream-netbsd reentrant.h and
get a little closer to what was then upstream. (It's since been replaced
by gdtoa, and we'll have to follow at some point, but for now this doesn't
make anything any worse.)

ANDROID_CHANGES is (now) only used in the DNS code, so push the -D
down.

The <locale.h> change prevents an LP32 hack from leaking into LP64.

Change-Id: Idf30b98a59d7ca8f7c6cd6d07020b512057911ef
2014-03-13 16:17:43 -07:00
..
include Moved private dns header to their own dir. 2014-03-03 20:40:41 +00:00
inet Moved nameser.h and namser_compat.h to public include dir 2014-03-04 15:07:07 +00:00
nameser Fix broken pointer overflow check ns_name_unpack() 2014-03-06 18:39:29 +00:00
net Clean up reentrancy cruft. 2014-03-13 16:17:43 -07:00
resolv Update res_debug.c to take into account changes 2014-03-07 20:03:57 +00:00
gethnamaddr.c Moved nameser.h and namser_compat.h to public include dir 2014-03-04 15:07:07 +00:00