* net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.
This commit is contained in:
@@ -263,6 +263,7 @@ struct tl
|
||||
|
||||
static struct tl errmap[] =
|
||||
{
|
||||
{WSAEINTR, "WSAEINTR", EINTR},
|
||||
{WSAEWOULDBLOCK, "WSAEWOULDBLOCK", EWOULDBLOCK},
|
||||
{WSAEINPROGRESS, "WSAEINPROGRESS", EINPROGRESS},
|
||||
{WSAEALREADY, "WSAEALREADY", EALREADY},
|
||||
|
Reference in New Issue
Block a user