From: Ulrich Drepper Date: Thu, 18 Oct 2007 22:25:09 +0000 (+0000) Subject: * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call X-Git-Tag: cvs/fedora-glibc-20071212T1051~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fbfbd806645a507ed45e2be7d2e8b454bd8e99d;p=thirdparty%2Fglibc.git * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call even if the poll result indicates there is data to read. Patch by Jeff Moyer . --- diff --git a/ChangeLog b/ChangeLog index a67e5940639..c9b5c929a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-18 Ulrich Drepper + + * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call + even if the poll result indicates there is data to read. + Patch by Jeff Moyer . + 2007-10-18 Roland McGrath * elf/elf.h (NT_PPC_VMX): New macro.