Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The user space implementation of cv_timedwait_hires() was always passing a relative time to pthread_cond_timedwait() when an absolute time is expected. This was accidentally introduced in commit 206971d. Peplace two magic values with their corresponding preprocessor macro. Signed-off-by: Brian Behlendorf <[email protected]>
- Loading branch information