mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(clntudp_call): Don't block in recvfrom call even if the poll result indicates there is data to read.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user