aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-03 15:46:59 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-03 15:46:59 +0000
commitc400c931b8285d05c8b99918e7bab2d6b3f21f30 (patch)
tree32b29ad930330092fb5c1bc3dfb9338e54d2e64a /ChangeLog
parent39e175bb3a158780e95af838087174f317f2444d (diff)
downloadglibc-c400c931b8285d05c8b99918e7bab2d6b3f21f30.zip
glibc-c400c931b8285d05c8b99918e7bab2d6b3f21f30.tar.gz
glibc-c400c931b8285d05c8b99918e7bab2d6b3f21f30.tar.bz2
* nscd/connections.c (main_loop_poll): Pass a buffer which is
guaranteed to be large enough to read inotify event. Ignore EAGAIN error. Better error message. Add branch predicition. (main_loop_epoll): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7475bd..2fd69a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-03 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/connections.c (main_loop_poll): Pass a buffer which is
+ guaranteed to be large enough to read inotify event. Ignore
+ EAGAIN error. Better error message. Add branch predicition.
+ (main_loop_epoll): Likewise.
+
2008-08-02 Roland McGrath <roland@frob.com>
* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):