diff options
Diffstat (limited to 'nscd/gai.c')
-rw-r--r-- | nscd/gai.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nscd/gai.c b/nscd/gai.c index d081747797..576fd0045b 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -45,3 +45,6 @@ #ifdef HAVE_LIBIDN # include <libidn/idn-stub.c> #endif + +/* Some variables normally defined in libc. */ +service_user *__nss_hosts_database attribute_hidden; |