Commit 214647c6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Harmless typo

parent 93c16a0b
...@@ -180,7 +180,7 @@ int poll (struct pollfd *fds, unsigned nfds, int timeout); ...@@ -180,7 +180,7 @@ int poll (struct pollfd *fds, unsigned nfds, int timeout);
/* Microsoft: same semantic, same value, different name... go figure */ /* Microsoft: same semantic, same value, different name... go figure */
# define SHUT_RD SD_RECEIVE # define SHUT_RD SD_RECEIVE
# define SHUT_WR SD_SEND # define SHUT_WR SD_SEND
# define SHUT_BOTH # define SHUT_RDWR SD_BOTH
# define net_Close( fd ) closesocket ((SOCKET)fd) # define net_Close( fd ) closesocket ((SOCKET)fd)
#else #else
# define net_Close( fd ) close (fd) # define net_Close( fd ) close (fd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment