freebsd_amp_hwpstate/lib/libc_r
Doug Rabson 678ef1b49e 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
2000-07-21 09:31:13 +00:00
..
arch
man pthread_once --> pthread_once_t. 2000-07-19 16:38:07 +00:00
sys
test Add test to detect propagation of cancellation points within libc_r. 2000-04-26 23:25:58 +00:00
uthread Call _thread_init() from pthread_once() if it has not already been called. 2000-07-21 09:31:13 +00:00
Makefile Remove DEBUG_FLAGS=-g3, which never should have been committed. 2000-07-05 16:21:42 +00:00