aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-18 22:25:09 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-18 22:25:09 +0000
commit6fbfbd806645a507ed45e2be7d2e8b454bd8e99d (patch)
treee8d4235ce328dd02c0cf394342792ee59ed7b4cd
parent7e9f348f41c70f05cef52d75be16735d0182d429 (diff)
downloadglibc-6fbfbd806645a507ed45e2be7d2e8b454bd8e99d.zip
glibc-6fbfbd806645a507ed45e2be7d2e8b454bd8e99d.tar.gz
glibc-6fbfbd806645a507ed45e2be7d2e8b454bd8e99d.tar.bz2
* 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 <jmoyer@redhat.com>.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a67e594..c9b5c92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-18 Ulrich Drepper <drepper@redhat.com>
+
+ * 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 <jmoyer@redhat.com>.
+
2007-10-18 Roland McGrath <roland@redhat.com>
* elf/elf.h (NT_PPC_VMX): New macro.