Fix typo, I was using a wrong header file, and the typo is not detected
by compiler.
This commit is contained in:
parent
2bd2c90703
commit
3c61d00ab6
@ -115,7 +115,7 @@ _thr_ucond_wait(struct ucond *cv, struct umutex *m,
|
||||
return (ETIMEDOUT);
|
||||
}
|
||||
if (_umtx_op(cv, UMTX_OP_CV_WAIT,
|
||||
check_unparking ? UMTX_CHECK_UNPAKING : 0,
|
||||
check_unparking ? UMTX_CHECK_UNPARKING : 0,
|
||||
m, __DECONST(void*, timeout)) == 0) {
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user