# define __ELOCALSHUTDOWN ESHUTDOWN
# define __EPEERSHUTDOWN ECONNABORTED
# define __ECONNINPROGRESS EWOULDBLOCK
+# define __ESNDRCVTIMEDOUT ETIMEDOUT
# define ESYSNOTREADY WSASYSNOTREADY
#elif defined(VMKERNEL)
# define EINTR VMK_WAIT_INTERRUPTED
# define __ELOCALSHUTDOWN EPIPE
# define __EPEERSHUTDOWN EPIPE
# define __ECONNINPROGRESS EINPROGRESS
+# define __ESNDRCVTIMEDOUT VMK_WOULD_BLOCK
# define ESYSNOTREADY VMK_NOT_SUPPORTED
#elif defined(__APPLE__)
# define __ELOCALSHUTDOWN ESHUTDOWN
# define __EPEERSHUTDOWN ECONNABORTED
# define __ECONNINPROGRESS EINPROGRESS
+# define __ESNDRCVTIMEDOUT EAGAIN
# define ESYSNOTREADY EOPNOTSUPP
#elif defined(linux)
# define ESYSNOTREADY EOPNOTSUPP