aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_threads.c')
-rw-r--r--src/microhttpd/mhd_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_threads.c b/src/microhttpd/mhd_threads.c
index 96182965..45a10f12 100644
--- a/src/microhttpd/mhd_threads.c
+++ b/src/microhttpd/mhd_threads.c
@@ -179,7 +179,7 @@ MHD_set_thread_name_ (const MHD_thread_ID_ thread_id,
179 * @param stack_size size of stack for new thread, 0 for default 179 * @param stack_size size of stack for new thread, 0 for default
180 * @param start_routine main function of thread 180 * @param start_routine main function of thread
181 * @param arg argument for start_routine 181 * @param arg argument for start_routine
182 * @return non-zero on success; zero otherwise 182 * @return non-zero on success; zero otherwise (with errno set)
183 */ 183 */
184int 184int
185MHD_create_thread_ (MHD_thread_handle_ID_ *thread, 185MHD_create_thread_ (MHD_thread_handle_ID_ *thread,