| author | |
| committer | |
| log | c5b4fcaa1cf4eaa721b5b2abfa0805cc3bbb29e2 |
| tree | 690313ef694216c01fae1b242a9ddb6d74ba7207 |
| parent | a9b107045fb0592f813ffd9f5fef3e2cbfd2ac89 |
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 | 1200 | pub const IORING_FEAT_RW_CUR_POS = 1 << 3; |
| 1201 | 1201 | pub const IORING_FEAT_CUR_PERSONALITY = 1 << 4; |
| 1202 | 1202 | pub const IORING_FEAT_FAST_POLL = 1 << 5; |
| 1203 | pub const IORING_FEAT_POLL_32BITS = 1 << 6; | |
| 1203 | 1204 | |
| 1204 | 1205 | // io_uring_params.flags |
| 1205 | 1206 |