You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2019/03/21 00:41:38 UTC

svn commit: r1855962 - in /apr/apr/branches/1.7.x/include: apr.hnw apr.hw apr.hwc

Author: ylavic
Date: Thu Mar 21 00:41:37 2019
New Revision: 1855962

URL: http://svn.apache.org/viewvc?rev=1855962&view=rev
Log:
Windows and Netware have a timedlocks implementation.

Modified:
    apr/apr/branches/1.7.x/include/apr.hnw
    apr/apr/branches/1.7.x/include/apr.hw
    apr/apr/branches/1.7.x/include/apr.hwc

Modified: apr/apr/branches/1.7.x/include/apr.hnw
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr.hnw?rev=1855962&r1=1855961&r2=1855962&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr.hnw (original)
+++ apr/apr/branches/1.7.x/include/apr.hnw Thu Mar 21 00:41:37 2019
@@ -214,6 +214,7 @@ extern "C" {
 #define APR_HAS_LARGE_FILES             1
 #define APR_HAS_XTHREAD_FILES           0
 #define APR_HAS_OS_UUID                 0
+#define APR_HAS_TIMEDLOCKS              1
 
 #define APR_PROCATTR_USER_SET_REQUIRES_PASSWORD 0
 

Modified: apr/apr/branches/1.7.x/include/apr.hw
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr.hw?rev=1855962&r1=1855961&r2=1855962&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr.hw (original)
+++ apr/apr/branches/1.7.x/include/apr.hw Thu Mar 21 00:41:37 2019
@@ -339,6 +339,7 @@ extern "C" {
 #define APR_HAS_UNICODE_FS        1
 #define APR_HAS_PROC_INVOKED      1
 #define APR_HAS_OS_UUID           1
+#define APR_HAS_TIMEDLOCKS        1
 
 #ifndef _WIN32_WCE
 #define APR_HAS_SENDFILE          1

Modified: apr/apr/branches/1.7.x/include/apr.hwc
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr.hwc?rev=1855962&r1=1855961&r2=1855962&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr.hwc (original)
+++ apr/apr/branches/1.7.x/include/apr.hwc Thu Mar 21 00:41:37 2019
@@ -336,6 +336,7 @@ extern "C" {
 #define APR_HAS_UNICODE_FS        1
 #define APR_HAS_PROC_INVOKED      1
 #define APR_HAS_OS_UUID           1
+#define APR_HAS_TIMEDLOCKS        1
 
 #ifndef _WIN32_WCE
 #define APR_HAS_SENDFILE          1