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