]> granicus.if.org Git - apache/commitdiff
I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 Sep 2005 16:04:37 +0000 (16:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 Sep 2005 16:04:37 +0000 (16:04 +0000)
  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

index e3b5b61b99f2492fb47e37362a7cca386bb380e7..bac07134bfca5bd7a77f6e0d6b4c4a09cdc31205 100644 (file)
@@ -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);