summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:08:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:08:28 +0000
commit232cd26685361833b19d0dbe5d567abe02e005a7 (patch)
treebc2ea7f911f1dac0341d29d9ac5ec772a575fc06 /locks
parent65d947c6caef4f1d8e6eacb23607922d37268e91 (diff)
downloadapr-232cd26685361833b19d0dbe5d567abe02e005a7.tar.gz
Revert 1839627, this macro does not result in a usable CC_FOR_BUILD
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-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;
}