summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-07-12 17:40:49 +0000
committerUlrich Drepper <drepper@redhat.com>2008-07-12 17:40:49 +0000
commitb74324167405e1cafa186c66697c04eef024ad9c (patch)
treec4b3382887755b6d875552193ffe97e1322c9de6 /ChangeLog
parent46026b5589ec70ffbb83ab62145139e17951f79e (diff)
downloadglibc-b74324167405e1cafa186c66697c04eef024ad9c.tar.gz
glibc-b74324167405e1cafa186c66697c04eef024ad9c.tar.xz
glibc-b74324167405e1cafa186c66697c04eef024ad9c.zip
* nscd/connections.c (main_loop_poll): Fix handling of read errors
	from inotify.
	(main_loop_epoll): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 148ae59bd0..0aed399134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* nscd/connections.c (main_loop_poll): Fix handling of read errors
+	from inotify.
+	(main_loop_epoll): Likewise.
+
 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
 
 	* resolv/res_send.c: Remove unnecessary res_pquery prototype.