Skip to content

Commit

Permalink
support csky target in ioctl/linux.rs (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Oct 22, 2023
1 parent b91ba31 commit dd5dc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ioctl/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ const DIR_MASK: RawOpcode = (1 << DIR_BITS) - 1;
target_arch = "aarch64",
target_arch = "riscv32",
target_arch = "riscv64",
target_arch = "loongarch64"
target_arch = "loongarch64",
target_arch = "csky"
))]
mod consts {
use super::RawOpcode;
Expand Down

0 comments on commit dd5dc44

Please sign in to comment.