K 10 svn:author V 6 jasone K 8 svn:date V 27 2000-01-25T22:37:11.000000Z K 7 svn:log V 249 Don't use the pthreads rwlock implementation for dllockinit(), since it causes infinite recursion while trying to initialize the internal library state. Instead, use a simple spinlock-based rwlock implementation. Make minor cancellation cleanups. END