Skip to content

Commit

Permalink
Add RISC-V support on GNU/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Jan 9, 2020
1 parent 1e39a28 commit f464af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/ioctl/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub const NRBITS: ioctl_num_type = 8;
#[doc(hidden)]
pub const TYPEBITS: ioctl_num_type = 8;

#[cfg(any(target_arch = "mips", target_arch = "mips64", target_arch = "powerpc", target_arch = "powerpc64", target_arch = "sparc64"))]
#[cfg(any(target_arch = "mips", target_arch = "mips64", target_arch = "powerpc", target_arch = "powerpc64", target_arch = "sparc64", target_arch = "riscv64"))]
mod consts {
#[doc(hidden)]
pub const NONE: u8 = 1;
Expand Down

0 comments on commit f464af4

Please sign in to comment.