better errno constant replacements, as mentioned by Gisle Vanem
This commit is contained in:
parent
c712b84dd5
commit
1d9fff80b7
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
#define EINPROGRESS WSAEINPROGRESS
|
#define EINPROGRESS WSAEINPROGRESS
|
||||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||||
#define EMSGSIZE ERANGE /* FIX: is there a better replacement? */
|
#define EMSGSIZE WSAEMSGSIZE
|
||||||
#define EAFNOSUPPORT ERANGE /* FIX: is there a better replacement? */
|
#define EAFNOSUPPORT WSAEAFNOSUPPORT
|
||||||
|
|
||||||
/* Structure for scatter/gather I/O. */
|
/* Structure for scatter/gather I/O. */
|
||||||
struct iovec
|
struct iovec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user