Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Sep 2004 22:47:22 +0000 (22:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Sep 2004 22:47:22 +0000 (22:47 +0000)
* nscd/nscd.c: Define getaddrinfo hidden so that it is never found
outside.

ChangeLog
nscd/nscd.c

index 1f1d967..92715fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-29  Ulrich Drepper  <drepper@redhat.com>
 
+       * nscd/nscd.c: Define getaddrinfo hidden so that it is never found
+       outside.
+
        * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (si_segvflags):
        Renamed from si_flags due to conflict with si_flags from <elf.h>.
 
index 4586cf0..3fb5ad4 100644 (file)
@@ -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)
 {