diff options
Diffstat (limited to 'threadproc/os2/thread.c')
-rw-r--r-- | threadproc/os2/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/os2/thread.c b/threadproc/os2/thread.c index 00ec4eb..55d334e 100644 --- a/threadproc/os2/thread.c +++ b/threadproc/os2/thread.c @@ -119,7 +119,7 @@ APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t -APR_DECLARE(apr_os_thread_t) apr_os_thread_current() +APR_DECLARE(apr_os_thread_t) apr_os_thread_current(void) { PIB *ppib; TIB *ptib; |