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 f8caf73 commit c3e3669Copy full SHA for c3e3669
test/probe.c
@@ -36,7 +36,7 @@ static int verify_probe(struct io_uring_probe *p, int full)
36
return 1;
37
}
38
if (!(p->ops[IORING_OP_WRITE].flags & IO_URING_OP_SUPPORTED)) {
39
- fprintf(stderr, "READV not supported!?\n");
+ fprintf(stderr, "WRITE not supported!?\n");
40
41
42
0 commit comments