diff options
Diffstat (limited to 'threadproc/win32/thread.c')
-rw-r--r-- | threadproc/win32/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c index 2503457..1844335 100644 --- a/threadproc/win32/thread.c +++ b/threadproc/win32/thread.c @@ -179,7 +179,7 @@ APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd) } } -APR_DECLARE(void) apr_thread_yield() +APR_DECLARE(void) apr_thread_yield(void) { /* SwitchToThread is not supported on Win9x, but since it's * primarily a noop (entering time consuming code, therefore |