Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* nscd/nscd.c: Define getaddrinfo hidden so that it is never found
	outside.
  • Loading branch information
Ulrich Drepper committed Sep 29, 2004
1 parent 6fe62f5 commit 04c785b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>.

Expand Down
2 changes: 2 additions & 0 deletions nscd/nscd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 04c785b

Please sign in to comment.