aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_shutdown_select.c')
-rw-r--r--src/microhttpd/test_shutdown_select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c
index a5575537..437d27a9 100644
--- a/src/microhttpd/test_shutdown_select.c
+++ b/src/microhttpd/test_shutdown_select.c
@@ -219,7 +219,7 @@ start_socket_listen (int domain)
219} 219}
220 220
221 221
222MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_ 222static MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_
223select_thread (void *data) 223select_thread (void *data)
224{ 224{
225 /* use select() like in daemon.c */ 225 /* use select() like in daemon.c */
@@ -240,7 +240,7 @@ select_thread (void *data)
240 240
241 241
242#ifdef HAVE_POLL 242#ifdef HAVE_POLL
243MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_ 243static MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_
244poll_thread (void *data) 244poll_thread (void *data)
245{ 245{
246 /* use poll() like in daemon.c */ 246 /* use poll() like in daemon.c */