mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Oops, don't corrupt the list.
This commit is contained in:
parent
5470bb56fc
commit
da20a63dbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165790
@ -710,8 +710,8 @@ _pthread_mutex_setprioceiling(pthread_mutex_t *mutex,
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
TAILQ_INSERT_HEAD(&curthread->pp_mutexq, m, m_qe);
|
||||
}
|
||||
TAILQ_INSERT_HEAD(&curthread->pp_mutexq, m, m_qe);
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user