| author | |
| committer | |
| log | a853f004101f22e94e2a18660bfb017a489e7b10 |
| tree | 25a6ed06b46032964f587176e0431293978f778c |
| parent | 77903f8d4ec229acfa67f8b55ad0bfb8cd9d111e |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/bits/linux.zig+1| ... | ... | @@ -1199,6 +1199,7 @@ pub const IORING_FEAT_NODROP = 1 << 1; |
| 1199 | 1199 | 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 | pub const IORING_FEAT_FAST_POLL = 1 << 5; | |
| 1202 | 1203 | |
| 1203 | 1204 | // io_uring_params.flags |
| 1204 | 1205 |