diff --git a/lib/std/os/bits/linux/mips.zig b/lib/std/os/bits/linux/mips.zig index 4b81c6e622ac652304c0e5d5eb61c65008f13c61..f3e590fcea7a9945e552d40c3da00aadd46881fc 100644 --- a/lib/std/os/bits/linux/mips.zig +++ b/lib/std/os/bits/linux/mips.zig @@ -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,