mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
* modules/mappers/mod_rewrite.c, modules/ssl/ssl_engine_mutex.c: Use AP_NEED_SET_MUTEX_PERMS to determine whether unixd_set_*_mutex_perms calls are necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
#define PLATFORM "Unix"
|
||||
#endif
|
||||
|
||||
/* 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
|
||||
|
||||
#ifdef _OSD_POSIX
|
||||
pid_t os_fork(const char *user);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user