From: Ulrich Drepper Date: Sun, 3 Aug 2008 15:46:59 +0000 (+0000) Subject: * nscd/connections.c (main_loop_poll): Pass a buffer which is X-Git-Tag: cvs/fedora-glibc-20080828T1623~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c400c931b8285d05c8b99918e7bab2d6b3f21f30;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index a7475bd5cdd..2fd69a652af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-03 Ulrich Drepper + + * 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 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):