From c5b4fcaa1cf4eaa721b5b2abfa0805cc3bbb29e2 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Sat, 3 Oct 2020 17:43:08 +0200 Subject: [PATCH] Add IORING_FEAT_POLL_32BITS --- lib/std/os/bits/linux.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/std/os/bits/linux.zig b/lib/std/os/bits/linux.zig index cdc3e291a9..c70977184c 100644 --- a/lib/std/os/bits/linux.zig +++ b/lib/std/os/bits/linux.zig @@ -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