K 10 svn:author V 8 deischen K 8 svn:date V 27 2003-05-19T23:04:50.000000Z K 7 svn:log V 391 Eek, staticize a couple of functions that shouldn't be external (initialize()!). Remove cancellation points from _pthread_cond_wait and _pthread_cond_timedwait (single underscore versions are libc private functions). Point the weak reference(!) for these functions to the versions with cancellation points. Approved by: re@(blanket till 5/19) Pointed out by: kan (cancellation point bug) END