It's unfair how one extraneous semi-colon can cause so much grief.
This commit is contained in:
parent
dbe4792865
commit
1069e3a6f4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117219
@ -180,7 +180,7 @@ _umtx_lock(struct thread *td, struct _umtx_lock_args *uap)
|
|||||||
if (owner == -1)
|
if (owner == -1)
|
||||||
return (EFAULT);
|
return (EFAULT);
|
||||||
|
|
||||||
if (owner == MTX_CONTESTED);
|
if (owner == MTX_CONTESTED)
|
||||||
return (0);
|
return (0);
|
||||||
|
|
||||||
/* If this failed the lock has changed, restart. */
|
/* If this failed the lock has changed, restart. */
|
||||||
|
Loading…
Reference in New Issue
Block a user