K 10 svn:author V 3 dfr K 8 svn:date V 27 2000-07-21T09:31:13.000000Z K 7 svn:log V 225 Call _thread_init() from pthread_once() if it has not already been called. This fixes a segfault in some C++ programs which use exceptions before main() has been called (i.e. from global constructors). Reviewed by: deischen END