summaryrefslogtreecommitdiff
path: root/include/apr_thread_mutex.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-04-07 08:36:27 +0000
committerYann Ylavic <ylavic@apache.org>2017-04-07 08:36:27 +0000
commitdcb111c6c2c7c8f7575eee1d07c1017eadf671e6 (patch)
tree72a59ee31503dcf402ebad7c22af9ad94c336475 /include/apr_thread_mutex.h
parentf7b5a5f20e3edfb8ef2f4077147acb0bf17b3fab (diff)
downloadapr-dcb111c6c2c7c8f7575eee1d07c1017eadf671e6.tar.gz
locks: follow up to r1790488.
Make it clear in the type that it's a relative/interval time. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1790521 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_mutex.h')
-rw-r--r--include/apr_thread_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_mutex.h b/include/apr_thread_mutex.h
index efc62f65a..5279a9fa6 100644
--- a/include/apr_thread_mutex.h
+++ b/include/apr_thread_mutex.h
@@ -90,7 +90,7 @@ APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex);
* @param timeout the relative timeout (microseconds)
*/
APR_DECLARE(apr_status_t) apr_thread_mutex_timedlock(apr_thread_mutex_t *mutex,
- apr_time_t timeout);
+ apr_interval_time_t timeout);
/**
* Release the lock for the given mutex.