stoddard 2003/06/26 11:17:44 Modified: . STATUS Log: Done Revision Changes Path 1.192 +3 -3 apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apr/STATUS,v retrieving revision 1.191 retrieving revision 1.192 diff -u -r1.191 -r1.192 --- STATUS 10 Apr 2003 12:20:35 -0000 1.191 +++ STATUS 26 Jun 2003 18:17:44 -0000 1.192 @@ -112,8 +112,8 @@ Beos: apr_thread_rwlock_try*lock() apr_proc_mutex_trylock() Unix: apr_thread_rwlock_*() for platforms w/o rwlocks in pthread - Win32: apr_thread_rwlock_try*lock(), apr_thread_cond_timedwait(), - apr_proc_mutex_*() (Is proc_mutex unnecessary on Win32?) + Win32: apr_thread_cond_timedwait(), apr_proc_mutex_*() + (Is proc_mutex unnecessary on Win32?) * Need to contemplate apr_strftime... platforms vary. OtherBill suggested this solution (but has no time to implement):