authorgravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-10-03 17:43:08+02:00
committergravatar for joran@ronomon.comJoran Dirk Greef <joran@ronomon.com> 2020-10-03 17:43:08+02:00
logc5b4fcaa1cf4eaa721b5b2abfa0805cc3bbb29e2
tree690313ef694216c01fae1b242a9ddb6d74ba7207
parenta9b107045fb0592f813ffd9f5fef3e2cbfd2ac89

Add IORING_FEAT_POLL_32BITS


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/bits/linux.zig+1
...@@ -1200,6 +1200,7 @@ pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;...@@ -1200,6 +1200,7 @@ pub const IORING_FEAT_SUBMIT_STABLE = 1 << 2;
1200pub const IORING_FEAT_RW_CUR_POS = 1 << 3;1200pub const IORING_FEAT_RW_CUR_POS = 1 << 3;
1201pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;1201pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4;
1202pub const IORING_FEAT_FAST_POLL = 1 << 5;1202pub const IORING_FEAT_FAST_POLL = 1 << 5;
1203pub const IORING_FEAT_POLL_32BITS = 1 << 6;
12031204
1204// io_uring_params.flags1205// io_uring_params.flags
12051206