diff options
Diffstat (limited to 'src/include/plibc/plibc.h')
-rw-r--r-- | src/include/plibc/plibc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/plibc/plibc.h b/src/include/plibc/plibc.h index d40a31e5..ca293fde 100644 --- a/src/include/plibc/plibc.h +++ b/src/include/plibc/plibc.h | |||
@@ -364,7 +364,7 @@ enum | |||
364 | /* Make sure it's the same as WSATIMEDOUT */ | 364 | /* Make sure it's the same as WSATIMEDOUT */ |
365 | # define ETIMEDOUT 138 /* Connection timed out */ | 365 | # define ETIMEDOUT 138 /* Connection timed out */ |
366 | #endif | 366 | #endif |
367 | #if !defined(EWOULDBLOCK) || EWOULBLOCK == 140 | 367 | #if !defined(EWOULDBLOCK) || EWOULDBLOCK == 140 |
368 | # undef EWOULDBLOCK /* MinGW-w64 defines it as 140, but we want it as EAGAIN */ | 368 | # undef EWOULDBLOCK /* MinGW-w64 defines it as 140, but we want it as EAGAIN */ |
369 | # define EWOULDBLOCK EAGAIN /* Operation would block */ | 369 | # define EWOULDBLOCK EAGAIN /* Operation would block */ |
370 | #endif | 370 | #endif |