Skip to content

Commit 5f56f55

Browse files
authored
Support MIPS R6 targets in ioctl/linux.rs (#834)
1 parent 8180e99 commit 5f56f55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ioctl/linux.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ mod consts {
6464

6565
#[cfg(any(
6666
target_arch = "mips",
67+
target_arch = "mips32r6",
6768
target_arch = "mips64",
69+
target_arch = "mips64r6",
6870
target_arch = "powerpc",
6971
target_arch = "powerpc64",
7072
target_arch = "sparc",

0 commit comments

Comments
 (0)