to match definition of apr_thread_start_t
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@465333
13f79535-47bb-0310-9956-
ffa450edef68
}
}
-static void *listener_thread(apr_thread_t * thd, void *dummy)
+static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy)
{
apr_status_t rc;
proc_info *ti = dummy;
*/
}
-static void *listener_thread(apr_thread_t *thd, void * dummy)
+static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy)
{
proc_info * ti = dummy;
int process_slot = ti->pid;