aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index b14e68f3..14ef7e2a 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -4139,6 +4139,7 @@ MHD_get_timeout64 (struct MHD_Daemon *daemon,
4139} 4139}
4140 4140
4141 4141
4142#if defined(HAVE_POLL) || defined(EPOLL_SUPPORT)
4142/** 4143/**
4143 * Obtain timeout value for external polling function for this daemon. 4144 * Obtain timeout value for external polling function for this daemon.
4144 * 4145 *
@@ -4301,6 +4302,8 @@ get_timeout_millisec_int (struct MHD_Daemon *daemon,
4301} 4302}
4302 4303
4303 4304
4305#endif /* HAVE_POLL || EPOLL_SUPPORT */
4306
4304/** 4307/**
4305 * Internal version of #MHD_run_from_select(). 4308 * Internal version of #MHD_run_from_select().
4306 * 4309 *