From 232cd26685361833b19d0dbe5d567abe02e005a7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 30 Aug 2018 21:08:28 +0000 Subject: 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 --- locks/netware/proc_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locks') 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; } -- cgit v1.2.1