@ -285,20 +285,32 @@ typedef int pid_t;
# define EAFNOSUPPORT WSAEAFNOSUPPORT
# define EAFNOSUPPORT WSAEAFNOSUPPORT
# undef EWOULDBLOCK
# undef EWOULDBLOCK
# define EWOULDBLOCK WSAEWOULDBLOCK
# define EWOULDBLOCK WSAEWOULDBLOCK
# undef ECONNABORTED
# define ECONNABORTED WSAECONNABORTED
# undef ECONNRESET
# undef ECONNRESET
# define ECONNRESET WSAECONNRESET
# define ECONNRESET WSAECONNRESET
# undef EINPROGRESS
# undef EINPROGRESS
# define EINPROGRESS WSAEINPROGRESS
# define EINPROGRESS WSAEINPROGRESS
# undef EISCONN
# define EISCONN WSAEISCONN
# undef ENOBUFS
# undef ENOBUFS
# define ENOBUFS WSAENOBUFS
# define ENOBUFS WSAENOBUFS
# undef EPROTONOSUPPORT
# undef EPROTONOSUPPORT
# define EPROTONOSUPPORT WSAEPROTONOSUPPORT
# define EPROTONOSUPPORT WSAEPROTONOSUPPORT
# undef ECONNREFUSED
# undef ECONNREFUSED
# define ECONNREFUSED WSAECONNREFUSED
# define ECONNREFUSED WSAECONNREFUSED
# undef EBADFD
# undef ENOTSOCK
# define EBADFD WSAENOTSOCK
# define ENOTSOCK WSAENOTSOCK
# undef EOPNOTSUPP
# undef EOPNOTSUPP
# define EOPNOTSUPP WSAEOPNOTSUPP
# define EOPNOTSUPP WSAEOPNOTSUPP
# undef EADDRINUSE
# define EADDRINUSE WSAEADDRINUSE
# undef EADDRNOTAVAIL
# define EADDRNOTAVAIL WSAEADDRNOTAVAIL
# undef EHOSTUNREACH
# define EHOSTUNREACH WSAEHOSTUNREACH
# undef ENOTCONN
# define ENOTCONN WSAENOTCONN
/*
/*
* Extended locale functions with gratuitous underscore prefixes .
* Extended locale functions with gratuitous underscore prefixes .