mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 06:15:21 +00:00
Add io_uring syscalls to os.bits.linux.mips.SYS
As per lib/libc/musl/arch/mips/bits/syscall.h.in: ```c ```
This commit is contained in:
parent
a853f00410
commit
843c104fc9
@ -383,6 +383,9 @@ pub const SYS = extern enum(usize) {
|
||||
statx = Linux + 366,
|
||||
rseq = Linux + 367,
|
||||
io_pgetevents = Linux + 368,
|
||||
io_uring_setup = Linux + 425,
|
||||
io_uring_enter = Linux + 426,
|
||||
io_uring_register = Linux + 427,
|
||||
openat2 = Linux + 437,
|
||||
pidfd_getfd = Linux + 438,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user