summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-04-03 20:17:52 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2017-04-03 20:17:52 +0000
commitd15d3257bc6a7e618778d7b325a5aab69e99bec4 (patch)
treef6b975d948db971fa3e3f4e3bf9768c31c9cf8c8 /locks
parente9ed00c2d7dbb6a007116b4a94f9bad9c77ce93e (diff)
downloadlibapr-d15d3257bc6a7e618778d7b325a5aab69e99bec4.tar.gz
Merge r1789998 from trunk:
Follow up to r1733694: proc-pthreads have their own child_init() now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1790046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/unix/proc_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/unix/proc_mutex.c b/locks/unix/proc_mutex.c
index 5f0e744a4..9731457e5 100644
--- a/locks/unix/proc_mutex.c
+++ b/locks/unix/proc_mutex.c
@@ -27,7 +27,7 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_destroy(apr_proc_mutex_t *mutex)
}
#if APR_HAS_POSIXSEM_SERIALIZE || APR_HAS_FCNTL_SERIALIZE || \
- APR_HAS_PROC_PTHREAD_SERIALIZE || APR_HAS_SYSVSEM_SERIALIZE
+ APR_HAS_SYSVSEM_SERIALIZE
static apr_status_t proc_mutex_no_child_init(apr_proc_mutex_t **mutex,
apr_pool_t *cont,
const char *fname)