* net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.

This commit is contained in:
Corinna Vinschen
2001-05-16 19:40:45 +00:00
parent 631af2e6a3
commit 3065afdb13
2 changed files with 5 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ struct tl
static struct tl errmap[] =
{
{WSAEINTR, "WSAEINTR", EINTR},
{WSAEWOULDBLOCK, "WSAEWOULDBLOCK", EWOULDBLOCK},
{WSAEINPROGRESS, "WSAEINPROGRESS", EINPROGRESS},
{WSAEALREADY, "WSAEALREADY", EALREADY},