From eaf6753f8aac33a36deb98c1031d1bad7b593d2d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 2 Mar 2018 23:07:14 +0100 Subject: Fix multiple definitions of __nss_*_database (bug 22918) --- posix/tst-rfc3484.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/tst-rfc3484.c') diff --git a/posix/tst-rfc3484.c b/posix/tst-rfc3484.c index 7f191abbbc..8f45848e44 100644 --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -58,6 +58,7 @@ _res_hconf_init (void) #undef USE_NSCD #include "../sysdeps/posix/getaddrinfo.c" +service_user *__nss_hosts_database attribute_hidden; /* This is the beginning of the real test code. The above defines (among other things) the function rfc3484_sort. */ -- cgit v1.2.3