aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 6122cef4..17d8c85c 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -602,7 +602,7 @@ enum MHD_FLAG
602 * Use `epoll()` instead of `select()` or `poll()` for the event loop. 602 * Use `epoll()` instead of `select()` or `poll()` for the event loop.
603 * This option is only available on Linux; using the option on 603 * This option is only available on Linux; using the option on
604 * non-Linux systems will cause #MHD_start_daemon to fail. Using 604 * non-Linux systems will cause #MHD_start_daemon to fail. Using
605 * this option is not supported with MHD_USE_THREAD_PER_CONNECTION. 605 * this option is not supported with #MHD_USE_THREAD_PER_CONNECTION.
606 */ 606 */
607 MHD_USE_EPOLL_LINUX_ONLY = 512, 607 MHD_USE_EPOLL_LINUX_ONLY = 512,
608 608