diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-05-29 17:10:45 +0000 | 
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-05-29 17:10:45 +0000 | 
| commit | 28362a5c80bb4e8ba35b1bfeadf23be0d0695277 (patch) | |
| tree | dd986910f07eda0fc0f920fe954d097068627fef /lib/libpthread/thread/thr_init.c | |
| parent | 0022867d24bdb89c0414cbd4fd13e5d3b9e115d3 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
| -rw-r--r-- | lib/libpthread/thread/thr_init.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c index 5bfb3c786c09..433f246fb9e7 100644 --- a/lib/libpthread/thread/thr_init.c +++ b/lib/libpthread/thread/thr_init.c @@ -515,6 +515,7 @@ init_private(void)  	if (_lock_init(&_keytable_lock, LCK_ADAPTIVE,  	    _thr_lock_wait, _thr_lock_wakeup) != 0)  		PANIC("Cannot initialize thread specific keytable lock"); +	_thr_spinlock_init();  	/* Clear pending signals and get the process signal mask. */  	sigemptyset(&_thr_proc_sigpending);  | 
