You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2017/05/23 18:45:30 UTC

svn commit: r1795946 - /apr/apr/branches/1.6.x/locks/unix/proc_mutex.c

Author: wrowe
Date: Tue May 23 18:45:29 2017
New Revision: 1795946

URL: http://svn.apache.org/viewvc?rev=1795946&view=rev
Log:
Revert 1790305;

Make clear this is a delta timeout


Modified:
    apr/apr/branches/1.6.x/locks/unix/proc_mutex.c

Modified: apr/apr/branches/1.6.x/locks/unix/proc_mutex.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/locks/unix/proc_mutex.c?rev=1795946&r1=1795945&r2=1795946&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/locks/unix/proc_mutex.c (original)
+++ apr/apr/branches/1.6.x/locks/unix/proc_mutex.c Tue May 23 18:45:29 2017
@@ -343,7 +343,7 @@ static apr_status_t proc_mutex_sysv_time
 {
 #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);