rbb         01/09/29 07:14:07

  Modified:    locks/unix thread_rwlock.c
  Log:
  Make sure we declare the pool accessor for both kinds of rwlocks
  
  Revision  Changes    Path
  1.4       +1 -2      apr/locks/unix/thread_rwlock.c
  
  Index: thread_rwlock.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/unix/thread_rwlock.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- thread_rwlock.c   2001/09/29 05:04:44     1.3
  +++ thread_rwlock.c   2001/09/29 14:14:07     1.4
  @@ -235,8 +235,7 @@
       return APR_ENOTIMPL;
   }
   
  -APR_POOL_IMPLEMENT_ACCESSOR(thread_rwlock)
  -
   #endif /* HAVE_PTHREAD_RWLOCK_INIT */
  +APR_POOL_IMPLEMENT_ACCESSOR(thread_rwlock)
   
   #endif /* APR_HAS_THREADS */
  
  
  

Reply via email to