Skip to content

Commit 2589f43

Browse files
committed
Add support for LoongArch
1 parent 1052977 commit 2589f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sys/ioctl/linux.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ mod consts {
4242
target_arch = "x86_64",
4343
target_arch = "aarch64",
4444
target_arch = "riscv32",
45-
target_arch = "riscv64"
45+
target_arch = "riscv64",
46+
target_arch = "loongarch64"
4647
))]
4748
mod consts {
4849
#[doc(hidden)]

0 commit comments

Comments
 (0)