diff options
| author | msizanoen1 <qtmlabs@protonmail.com> | 2019-11-23 14:22:05 +0700 |
|---|---|---|
| committer | msizanoen1 <qtmlabs@protonmail.com> | 2020-01-01 09:52:18 +0700 |
| commit | b830b673e7369fc67ffa57e9a5140185315549d3 (patch) | |
| tree | e32c6803ad05732febe85974a81b6e0407edf419 /src/libstd/sys/unix/fs.rs | |
| parent | 38aa6bdfd705ea0604d7d5dd9fabc5e8f853a4fc (diff) | |
| download | rust-b830b673e7369fc67ffa57e9a5140185315549d3.tar.gz rust-b830b673e7369fc67ffa57e9a5140185315549d3.zip | |
Add support for RISC-V 64-bit GNU/Linux
Diffstat (limited to 'src/libstd/sys/unix/fs.rs')
| -rw-r--r-- | src/libstd/sys/unix/fs.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/fs.rs b/src/libstd/sys/unix/fs.rs index 26fb0bf10fe..1cb6a9d37a9 100644 --- a/src/libstd/sys/unix/fs.rs +++ b/src/libstd/sys/unix/fs.rs @@ -67,6 +67,7 @@ macro_rules! cfg_has_statx { // target_arch = "mips64", // target_arch = "s390x", target_arch = "sparc64", + target_arch = "riscv64", )))] { $($then_tt)* } else { @@ -86,6 +87,7 @@ macro_rules! cfg_has_statx { // target_arch = "mips64", // target_arch = "s390x", target_arch = "sparc64", + target_arch = "riscv64", )))] { $($block_inner)* |
