Skip to content

Commit dd5dc44

Browse files
authored
support csky target in ioctl/linux.rs (#890)
1 parent b91ba31 commit dd5dc44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ioctl/linux.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const DIR_MASK: RawOpcode = (1 << DIR_BITS) - 1;
5050
target_arch = "aarch64",
5151
target_arch = "riscv32",
5252
target_arch = "riscv64",
53-
target_arch = "loongarch64"
53+
target_arch = "loongarch64",
54+
target_arch = "csky"
5455
))]
5556
mod consts {
5657
use super::RawOpcode;

0 commit comments

Comments
 (0)