summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-04-05 17:11:44 +0000
committerJim Jagielski <jim@apache.org>2017-04-05 17:11:44 +0000
commit67b59759a6928985dad16cf88ed5379c5433dd84 (patch)
tree61c19a1bfe80143acc21af68d78efaa004b400b8 /locks
parent18f44873c69fc9e59669e619054ab9fd3c21b808 (diff)
downloadapr-67b59759a6928985dad16cf88ed5379c5433dd84.tar.gz
Make clear this is a delta timeout
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1790304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/unix/proc_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/unix/proc_mutex.c b/locks/unix/proc_mutex.c
index e8f460410..990bd15f0 100644
--- a/locks/unix/proc_mutex.c
+++ b/locks/unix/proc_mutex.c
@@ -337,7 +337,7 @@ static apr_status_t proc_mutex_sysv_timedacquire(apr_proc_mutex_t *mutex,
{
#if !HAVE_SEMTIMEDOP
extern int semtimedop(int semid, struct sembuf *sops, unsigned nsops,
- const struct timespec *abs_timeout);
+ const struct timespec *timeout);
#endif
if (timeout < 0) {
return proc_mutex_sysv_acquire(mutex);