Fix tst-rfc3484* build failures from USE_NSCD move to config.h.

This commit is contained in:
Roland McGrath 2012-08-23 16:55:40 -07:00
parent d3bafbc98e
commit 59a629f121
4 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-08-23 Roland McGrath <roland@hack.frob.com>
* posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
* posix/tst-rfc3484-2.c: Likewise.
* posix/tst-rfc3484-3.c: Likewise.
2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
* elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.

View File

@ -53,6 +53,7 @@ _res_hconf_init (void)
{
}
#undef USE_NSCD
#include "../sysdeps/posix/getaddrinfo.c"
service_user *__nss_hosts_database attribute_hidden;

View File

@ -53,6 +53,7 @@ _res_hconf_init (void)
{
}
#undef USE_NSCD
#include "../sysdeps/posix/getaddrinfo.c"
service_user *__nss_hosts_database attribute_hidden;

View File

@ -53,6 +53,7 @@ _res_hconf_init (void)
{
}
#undef USE_NSCD
#include "../sysdeps/posix/getaddrinfo.c"
service_user *__nss_hosts_database attribute_hidden;