summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a2088ed7..da2bcc5cd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2004-10-04 Ulrich Drepper <drepper@redhat.com>
+ * nscd/connections.c (start_threads): Use sysconf in case
+ _POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.
+
* nscd/Makefile (nscd-modules): Add gai.
* nscd/gai.c: New file.
+ * nscd/nscd.c: Remove getaddrinfo stub definition.
* assert/assert.h: Give up on using __builtin_expect.