library/std: linux: Add support for RISC-V 32-bit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
de0d55cb3c
commit
84fe26c4d3
1 changed files with 2 additions and 1 deletions
|
|
@ -234,7 +234,8 @@ mod arch {
|
|||
target_arch = "mips64",
|
||||
target_arch = "s390x",
|
||||
target_arch = "sparc64",
|
||||
target_arch = "riscv64"
|
||||
target_arch = "riscv64",
|
||||
target_arch = "riscv32"
|
||||
))]
|
||||
mod arch {
|
||||
pub use libc::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue