From 105543fce65510afd0800feec8d1f7b6338c427e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 16 Sep 2005 16:04:37 +0000 Subject: [PATCH] I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined across all architectures as 1|0. Comments? This simply ensures we can use the value in #if tests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@289592 13f79535-47bb-0310-9956-ffa450edef68 --- os/unix/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/unix/os.h b/os/unix/os.h index e3b5b61b99..bac07134bf 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -38,7 +38,7 @@ /* On platforms where AP_NEED_SET_MUTEX_PERMS is defined, modules * should call unixd_set_*_mutex_perms on mutexes created in the * parent process. */ -#define AP_NEED_SET_MUTEX_PERMS +#define AP_NEED_SET_MUTEX_PERMS 1 #ifdef _OSD_POSIX pid_t os_fork(const char *user); -- 2.40.0