diff options
Diffstat (limited to 'winsup/cygwin/poll.cc')
-rw-r--r-- | winsup/cygwin/poll.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/poll.cc b/winsup/cygwin/poll.cc index 8f9bda911..4afbac858 100644 --- a/winsup/cygwin/poll.cc +++ b/winsup/cygwin/poll.cc @@ -104,7 +104,7 @@ poll (struct pollfd *fds, unsigned int nfds, int timeout) { case -1: /* Something weird happened */ /* When select returns that data is available, - that could mean that the socket is in + that could mean that the socket is in listen mode and a client tries to connect. Unfortunately, recvfrom() doesn't make much sense then. It returns WSAENOTCONN in that |