diff options
Diffstat (limited to 'nscd/gai.c')
-rw-r--r-- | nscd/gai.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/gai.c b/nscd/gai.c index 2279d7176b..722c7e415d 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -19,3 +19,7 @@ /* Some variables normally defined in libc. */ service_user *__nss_hosts_database; + +#if defined NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0 +int __no_netlink_support attribute_hidden; +#endif |