Skip to content

Commit

Permalink
Permit mod_proxy_hcheck.c to compile on Win32 32-bit architectures.
Browse files Browse the repository at this point in the history
This decoration is required for all apr_thread fn() entry points,
at least on some platforms.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1753777 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Jul 22, 2016
1 parent c0e9b34 commit f66f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proxy/mod_proxy_hcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ static apr_status_t hc_check_http(sctx_t *ctx, apr_pool_t *ptemp, proxy_worker *
return backend_cleanup("HCOH", backend, ctx->s, status);
}

static void *hc_check(apr_thread_t *thread, void *b)
static void * APR_THREAD_FUNC hc_check(apr_thread_t *thread, void *b)
{
baton_t *baton = (baton_t *)b;
sctx_t *ctx = baton->ctx;
Expand Down

0 comments on commit f66f3d3

Please sign in to comment.