freebsd-dev/lib/libpthread
Daniel Eischen b8bbeeda02 After forking and initializing the library to single-threaded
mode (where the forked thread is the one and only thread and
is marked as system scope), set the system scope flag before
initializing the signal mask.  This prevents trying to use
internal locks that haven't yet been initialized.

Reported by:	Dan Nelson <dnelson at allantgroup.com>
Reviewed by:	davidxu
2004-04-08 23:16:21 +00:00
..
arch
support
sys
test
thread After forking and initializing the library to single-threaded 2004-04-08 23:16:21 +00:00
Makefile
pthread.map