K 10 svn:author V 3 mtm K 8 svn:date V 27 2004-01-29T12:03:17.000000Z K 7 svn:log V 398 I update the rwlock code in libthr to be more standards compliant and what do I get for my troubles? libc breaks offcourse! Reimplement a hack (in libthr) that allows libc to use rwlocks without initializing them first. The hack was reimplemented so that only a private libc version of the rwlock locking functions initializes an uninitialized rwlock. The application version will correctly fail. END