dreid       2004/03/09 11:50:26

  Modified:    locks/beos Tag: APR_0_9_BRANCH proc_mutex.c
  Log:
  Backport this change as without it we can't build httpd-2.0.49!
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.2.2  +5 -0      apr/locks/beos/proc_mutex.c
  
  Index: proc_mutex.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/beos/proc_mutex.c,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- proc_mutex.c      13 Feb 2004 09:33:48 -0000      1.11.2.1
  +++ proc_mutex.c      9 Mar 2004 19:50:26 -0000       1.11.2.2
  @@ -118,6 +118,11 @@
       return stat;
   }
   
  +APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex)
  +{
  +    return _proc_mutex_cleanup(mutex);
  +}
  +
   APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex)
   {
       return NULL;
  
  
  

Reply via email to