We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8180e99 commit 5f56f55Copy full SHA for 5f56f55
1 file changed
src/ioctl/linux.rs
@@ -64,7 +64,9 @@ mod consts {
64
65
#[cfg(any(
66
target_arch = "mips",
67
+ target_arch = "mips32r6",
68
target_arch = "mips64",
69
+ target_arch = "mips64r6",
70
target_arch = "powerpc",
71
target_arch = "powerpc64",
72
target_arch = "sparc",
0 commit comments