diff options
Diffstat (limited to 'lib/libthr/thread/thr_mutex.c')
-rw-r--r-- | lib/libthr/thread/thr_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c index 584b65a..ea40a9b 100644 --- a/lib/libthr/thread/thr_mutex.c +++ b/lib/libthr/thread/thr_mutex.c @@ -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); } |