projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39cfc9f
)
(clntudp_call): Don't block in recvfrom call even if the poll result indicates there...
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 18 Oct 2007 22:23:57 +0000
(22:23 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 18 Oct 2007 22:23:57 +0000
(22:23 +0000)
sunrpc/clnt_udp.c
patch
|
blob
|
history
diff --git
a/sunrpc/clnt_udp.c
b/sunrpc/clnt_udp.c
index
8c24677
..
70ee0ea
100644
(file)
--- a/
sunrpc/clnt_udp.c
+++ b/
sunrpc/clnt_udp.c
@@
-413,7
+413,7
@@
send_again:
{
fromlen = sizeof (struct sockaddr);
inlen = __recvfrom (cu->cu_sock, cu->cu_inbuf,
- (int) cu->cu_recvsz,
0
,
+ (int) cu->cu_recvsz,
MSG_DONTWAIT
,
(struct sockaddr *) &from, &fromlen);
}
while (inlen < 0 && errno == EINTR);