fix incorrect struct definition

This commit is contained in:
朕与将军解战袍
2023-04-27 16:10:38 +08:00
committed by GitHub
parent 1a455b2dd8
commit 363269a2a9

View File

@@ -4004,7 +4004,7 @@ pub const io_uring_probe = extern struct {
ops_len: u8,
resv: u16,
resv2: u32[3],
resv2: [3]u32,
// Followed by up to `ops_len` io_uring_probe_op structures
};
@@ -4022,7 +4022,7 @@ pub const io_uring_restriction = extern struct {
sqe_flags: u8,
},
resv: u8,
resv2: u32[3],
resv2: [3]u32,
};
/// io_uring_restriction->opcode values