Skip to content

Commit 5ff5824

Browse files
committed
add mips64 sys.rs
Signed-off-by: Kaiyang Wu <[email protected]>
1 parent 49e00ac commit 5ff5824

File tree

2 files changed

+3093
-1
lines changed

2 files changed

+3093
-1
lines changed

src/sys/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ use libc::*;
2020
not(any(
2121
target_arch = "x86_64",
2222
target_arch = "aarch64",
23-
target_arch = "riscv64"
23+
target_arch = "riscv64",
24+
target_arch = "mips64"
2425
)),
2526
not(io_uring_skip_arch_check)
2627
))]

0 commit comments

Comments
 (0)