Skip to content

Commit 14f0b67

Browse files
committed
Add RISC-V support on GNU/Linux
1 parent 1e39a28 commit 14f0b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sys/ioctl/linux.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ mod consts {
3333
target_arch = "arm",
3434
target_arch = "s390x",
3535
target_arch = "x86_64",
36-
target_arch = "aarch64"))]
36+
target_arch = "aarch64",
37+
target_arch = "riscv64"))]
3738
mod consts {
3839
#[doc(hidden)]
3940
pub const NONE: u8 = 0;

0 commit comments

Comments
 (0)