summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-05-23 18:45:29 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-05-23 18:45:29 +0000
commitaa41345bb98d8d978ef9474778958146cc07eda9 (patch)
treefa62c52e0115f6cefd52f7329823422fd1a10494
parentbaa9f8d56847cb846b716be113e4773613e8a83f (diff)
downloadlibapr-aa41345bb98d8d978ef9474778958146cc07eda9.tar.gz
Revert 1790305;
Make clear this is a delta timeout git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1795946 13f79535-47bb-0310-9956-ffa450edef68
-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 c4ec910ee..4c7f8a10d 100644
--- a/locks/unix/proc_mutex.c
+++ b/locks/unix/proc_mutex.c
@@ -343,7 +343,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 *timeout);
+ const struct timespec *abs_timeout);
#endif
if (timeout < 0) {
return proc_mutex_sysv_acquire(mutex);