We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91ba31 commit dd5dc44Copy full SHA for dd5dc44
1 file changed
src/ioctl/linux.rs
@@ -50,7 +50,8 @@ const DIR_MASK: RawOpcode = (1 << DIR_BITS) - 1;
50
target_arch = "aarch64",
51
target_arch = "riscv32",
52
target_arch = "riscv64",
53
- target_arch = "loongarch64"
+ target_arch = "loongarch64",
54
+ target_arch = "csky"
55
))]
56
mod consts {
57
use super::RawOpcode;
0 commit comments