On Fri, Jan 28, 2005 at 04:20:39PM -0800, Aaron Bannert wrote: > This is a patch against the trunk that re-enables rwlock support in > APR on Mac OS X (Darwin). Apparently the PTHREAD_RWLOCK_INITIALIZER is > no longer part of the posix spec[1], and so it was completely removed > from the pthread.h header on darwin. Since APR doesn't ever do static > initialization of rwlock variables, this isn't a problem for us except > that now our autoconf detection is broken. I'm posting this instead of > just committing it because I want to make sure it's not going to screw > anyone else up, and also because I think it needs to be backported > (which I'm volunteering to do after some +1s).
Looks good to me, +1 for all branches. joe
