mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix tst-rfc3484* build failures from USE_NSCD move to config.h.
This commit is contained in:
parent
d3bafbc98e
commit
59a629f121
@ -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.
|
||||
|
@ -53,6 +53,7 @@ _res_hconf_init (void)
|
||||
{
|
||||
}
|
||||
|
||||
#undef USE_NSCD
|
||||
#include "../sysdeps/posix/getaddrinfo.c"
|
||||
|
||||
service_user *__nss_hosts_database attribute_hidden;
|
||||
|
@ -53,6 +53,7 @@ _res_hconf_init (void)
|
||||
{
|
||||
}
|
||||
|
||||
#undef USE_NSCD
|
||||
#include "../sysdeps/posix/getaddrinfo.c"
|
||||
|
||||
service_user *__nss_hosts_database attribute_hidden;
|
||||
|
@ -53,6 +53,7 @@ _res_hconf_init (void)
|
||||
{
|
||||
}
|
||||
|
||||
#undef USE_NSCD
|
||||
#include "../sysdeps/posix/getaddrinfo.c"
|
||||
|
||||
service_user *__nss_hosts_database attribute_hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user