summaryrefslogtreecommitdiff
path: root/locks/unix/thread_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'locks/unix/thread_mutex.c')
-rw-r--r--locks/unix/thread_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/unix/thread_mutex.c b/locks/unix/thread_mutex.c
index be2d86586..6a26ff239 100644
--- a/locks/unix/thread_mutex.c
+++ b/locks/unix/thread_mutex.c
@@ -190,7 +190,7 @@ APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex)
}
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t *mutex,
- apr_time_t timeout)
+ apr_interval_time_t timeout)
{
apr_status_t rv = APR_ENOTIMPL;