Skip to content

Commit 981dc1c

Browse files
authored
Merge pull request #2045 from loongarch-rs/loongarch64
Add support for LoongArch
2 parents a5d0fc3 + 2589f43 commit 981dc1c

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)