diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-29 22:47:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-29 22:47:22 +0000 |
commit | 04c785b27fd35c740cc9b759b324adb8d6ab9747 (patch) | |
tree | c84164c98868640db1ad3d4540c2c7daf0f7489e /nscd/nscd.c | |
parent | 6fe62f537bf01399818996ff8c7fa818ef58c664 (diff) | |
download | glibc-04c785b27fd35c740cc9b759b324adb8d6ab9747.tar glibc-04c785b27fd35c740cc9b759b324adb8d6ab9747.tar.gz glibc-04c785b27fd35c740cc9b759b324adb8d6ab9747.tar.bz2 glibc-04c785b27fd35c740cc9b759b324adb8d6ab9747.zip |
Update.
* nscd/nscd.c: Define getaddrinfo hidden so that it is never found
outside.
Diffstat (limited to 'nscd/nscd.c')
-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) { |