mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-20 21:39:59 +00:00
better errno constant replacements, as mentioned by Gisle Vanem
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
|
||||
#define EINPROGRESS WSAEINPROGRESS
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#define EMSGSIZE ERANGE /* FIX: is there a better replacement? */
|
||||
#define EAFNOSUPPORT ERANGE /* FIX: is there a better replacement? */
|
||||
#define EMSGSIZE WSAEMSGSIZE
|
||||
#define EAFNOSUPPORT WSAEAFNOSUPPORT
|
||||
|
||||
/* Structure for scatter/gather I/O. */
|
||||
struct iovec
|
||||
|
||||
Reference in New Issue
Block a user