summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bfdca84f7..b6ce28a954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-13 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/nscd_helper.c (wait_on_socket): New function.
+ (get_mapping): Use wait_on_socket instead of poll. The former handles
+ EINTR of poll correctly.
+ (__nscd_open_socket): Likewise.
+ (get_mapping): Make sure BUF is aligned correctly.
+ (get_mapping): Use munmap on correct pointer.
+
2005-07-12 Ulrich Drepper <drepper@redhat.com>
* include/libc-symbols.h: Define macros for librt hidden symbols.