about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-13 22:47:24 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-13 22:47:24 +0000
commit7529e67ed84e9af2fcfec3eca1f0e18ece7e5475 (patch)
treeb89518426e308704d25688797f8ff0383de17791 /ChangeLog
parenta9564ae94bc6c852ce47629d1ba735aadb8737b4 (diff)
downloadglibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.tar.gz
glibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.tar.xz
glibc-7529e67ed84e9af2fcfec3eca1f0e18ece7e5475.zip
* 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.
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.