mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Add IORING_FEAT_POLL_32BITS
This commit is contained in:
parent
a9b107045f
commit
c5b4fcaa1c
@ -1200,6 +1200,7 @@ pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;
|
||||
pub const IORING_FEAT_RW_CUR_POS = 1 << 3;
|
||||
pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;
|
||||
pub const IORING_FEAT_FAST_POLL = 1 << 5;
|
||||
pub const IORING_FEAT_POLL_32BITS = 1 << 6;
|
||||
|
||||
// io_uring_params.flags
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user