We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EAGAIN
preadv2
1 parent 6ef5d9e commit 760a68eCopy full SHA for 760a68e
1 file changed
tests/io/read_write.rs
@@ -226,6 +226,7 @@ fn test_preadv2_nowait() {
226
ReadWriteFlags::NOWAIT,
227
) {
228
Err(rustix::io::Errno::OPNOTSUPP | rustix::io::Errno::NOSYS) => {}
229
+ Err(rustix::io::Errno::AGAIN) => {}
230
Ok(_) => panic!("preadv2 unexpectedly succeeded"),
231
Err(e) => panic!("preadv2 failed with an unexpected error: {:?}", e),
232
}
0 commit comments