You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Aaron Bannert <aa...@clove.org> on 2002/05/06 20:21:34 UTC

Re: cvs commit: httpd-2.0/os/unix unixd.c unixd.h

On Mon, May 06, 2002 at 06:19:53PM -0000, aaron@apache.org wrote:
> aaron       02/05/06 11:19:53
> 
>   Modified:    os/unix  unixd.c unixd.h
>   Log:
>   Add unixd_set_global_mutex_perms so we can set permissions on things like
>   SysV Semaphores in the core and modules.

I checked that this compiles whether APR_PROCESS_LOCK_IS_GLOBAL is defined
or not, but only really tested when it is not defined. If you're on one
of those other systems, please holler if it's broken.

-aaron