summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:09:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:09:43 +0000
commit6aa6b1c6e2c340e5bfe1e2b58951a3ccb03d77bd (patch)
tree69f86a19a62e2d32f569cd22f4f07c22aaef83ee /locks
parent232cd26685361833b19d0dbe5d567abe02e005a7 (diff)
downloadapr-6aa6b1c6e2c340e5bfe1e2b58951a3ccb03d77bd.tar.gz
Revert 1839699, this contained unintended, additional noise. Re-correcting.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839700 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 9be5ac094..287011b06 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 && mech != APR_LOCK_DEFAULT_TIMED) {
+ if (mech != APR_LOCK_DEFAULT) {
return APR_ENOTIMPL;
}