summaryrefslogtreecommitdiff
path: root/locks/netware
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-08-30 21:08:28 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-08-30 21:08:28 +0000
commitefb2ff90e380834d39040a88a179afcbc9057dea (patch)
treebc2ea7f911f1dac0341d29d9ac5ec772a575fc06 /locks/netware
parent59633ad9051b6a77ca15c107a5abe31fc36db1cd (diff)
downloadlibapr-efb2ff90e380834d39040a88a179afcbc9057dea.tar.gz
Revert 1839627, this macro does not result in a usable CC_FOR_BUILD
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1839699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/netware')
-rw-r--r--locks/netware/proc_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/netware/proc_mutex.c b/locks/netware/proc_mutex.c
index 287011b06..9be5ac094 100644
--- a/locks/netware/proc_mutex.c
+++ b/locks/netware/proc_mutex.c
@@ -155,7 +155,7 @@ APR_DECLARE(apr_status_t) apr_os_proc_mutex_put_ex(apr_proc_mutex_t **pmutex,
if (pool == NULL) {
return APR_ENOPOOL;
}
- if (mech != APR_LOCK_DEFAULT) {
+ if (mech != APR_LOCK_DEFAULT && mech != APR_LOCK_DEFAULT_TIMED) {
return APR_ENOTIMPL;
}