summaryrefslogtreecommitdiff
path: root/nscd/nscd.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-04 16:35:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-04 16:35:54 +0000
commit3078cba2f7272dab753c45b733af2e693e86d83c (patch)
tree1bd3c12657d1fb27b372907ee74798ef04023ba8 /nscd/nscd.c
parent91a3b2ad2e819a7fa14b8f9773856e4303a8c99a (diff)
Update.
* nscd/connections.c (start_threads): Use sysconf in case _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero. * nscd/nscd.c: Remove getaddrinfo stub definition.
Diffstat (limited to 'nscd/nscd.c')
-rw-r--r--nscd/nscd.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/nscd/nscd.c b/nscd/nscd.c
index 0ef54bcf08..0cc1818d9d 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -502,16 +502,3 @@ write_pid (const char *file)
return 0;
}
-
-
-/* This is an ugly hack which prevents getaddrinfo from being dragged
- 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)
-{
- abort ();
-}