* nscd/nscd.c: Define getaddrinfo hidden so that it is never found
	outside.
This commit is contained in:
Ulrich Drepper 2004-09-29 22:47:22 +00:00
parent 6fe62f537b
commit 04c785b27f
2 changed files with 5 additions and 0 deletions

View File

@ -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>.

View 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)
{