diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-29 21:03:33 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-29 21:03:33 +0000 |
| commit | 6cc13fa9ad7670cb94c89c6f4160fd55840a5a08 (patch) | |
| tree | 91af310836f600ff861fcc771d66919156ee5215 /lib/libpthread/thread/thr_init.c | |
| parent | 635d81b2c61262055133d5dd1d44b49d08ab44a6 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
| -rw-r--r-- | lib/libpthread/thread/thr_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c index 804462c4febf..d43adf56bb12 100644 --- a/lib/libpthread/thread/thr_init.c +++ b/lib/libpthread/thread/thr_init.c @@ -499,7 +499,7 @@ init_private(void) * process signal mask and pending signal sets. */ if (_lock_init(&_thread_signal_lock, LCK_ADAPTIVE, - _thr_lock_wait, _thr_lock_wakeup) != 0) + _kse_lock_wait, _kse_lock_wakeup) != 0) PANIC("Cannot initialize _thread_signal_lock"); if (_lock_init(&_mutex_static_lock, LCK_ADAPTIVE, _thr_lock_wait, _thr_lock_wakeup) != 0) |
