1
0
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:
David Xu 2007-01-05 03:33:47 +00:00
parent 5470bb56fc
commit da20a63dbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165790

View File

@ -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);
}