io: remove checking of EWOULDBLOCK
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Mar 2016 17:17:33 +0000 (17:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Mar 2016 17:19:05 +0000 (17:19 +0000)
commit30fd3e27907dfd1c0c66cc1339657af1a2ce1d4b
tree9d6ccce92091795214ef99981e31dd6ca0a00224
parentde7971ffb9a1ac85cbcc12f5380f44d31ed182e6
io: remove checking of EWOULDBLOCK

Since we now canonicalize WSAEWOULDBLOCK into EAGAIN there is
no longer any need to explicitly check EWOULDBLOCK for Win32.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
io/channel-command.c
io/channel-file.c
io/channel-socket.c