]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 1f1d967ccdd2ba47516434bcea8d87c17520dfbc..92715fd705341d123c01dea3cb84bf19567ea113 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 4586cf04c9ac8fdf4e1b75a9df959164a5e439db..3fb5ad46913c8a5c28b8ee57bd348c49041f5da6 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)
 {