This commit is contained in:
Konstantin Belousov 2015-12-27 01:14:42 +00:00
parent e4e5904ffe
commit d6717e1b51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292763

View File

@ -209,7 +209,7 @@ __thr_fork(void)
/* reinitalize library. */
_libpthread_init(curthread);
/* atfork is reinitializeded by _libpthread_init()! */
/* atfork is reinitialized by _libpthread_init()! */
_thr_rwl_rdlock(&_thr_atfork_lock);
if (was_threaded) {