fix harmless-by-chance typo in priority inheritance mutex code
commit 54ca6779 inadvertently introduced bitwise and where logical and was intended. since the right-hand operand is always 0 or -1 whenever the left-hand operand is nonzero, the behavior happened to be equivalent.
Showing
想要评论请 注册 或 登录