diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/nscd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c index 4586cf04c9..3fb5ad4691 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -488,6 +488,8 @@ write_pid (const char *file) into nscd. There currently is no special getaddrinfo version for use in nscd. In case it should be necessary such a version must be created and this dummy version should be removed. */ +extern void getaddrinfo (void) __attribute ((visibility ("hidden"))); + void getaddrinfo (void) { |