aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r--src/microhttpd/mhd_sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 4a4c5cd9..b013baad 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -358,7 +358,7 @@
358 358
359/* MHD_POLL_EVENTS_ERR_DISC is 'events' mask for errors and disconnect. 359/* MHD_POLL_EVENTS_ERR_DISC is 'events' mask for errors and disconnect.
360 * Note: Out-of-band data is treated as error. */ 360 * Note: Out-of-band data is treated as error. */
361# if defined(_WIN32) 361# if defined(_WIN32) && ! defined(__CYGWIN__)
362# define MHD_POLL_EVENTS_ERR_DISC POLLRDBAND 362# define MHD_POLL_EVENTS_ERR_DISC POLLRDBAND
363# elif defined(__linux__) 363# elif defined(__linux__)
364# define MHD_POLL_EVENTS_ERR_DISC POLLPRI 364# define MHD_POLL_EVENTS_ERR_DISC POLLPRI