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 4f36334 commit 9734b01Copy full SHA for 9734b01
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