We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36235b9 commit cd67e47Copy full SHA for cd67e47
src/tools/miri/src/shims/unix/linux/epoll.rs
@@ -487,7 +487,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
487
-1 => None,
488
..-1 => {
489
throw_unsup_format!(
490
- "epoll_wait: Only timeout values greater than -1 are supported."
+ "epoll_wait: Only timeout values greater than or equal to -1 are supported."
491
);
492
}
493
};
0 commit comments