We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f03b2 commit 20a1dffCopy full SHA for 20a1dff
src/unix/linux_like/linux/arch/generic/mod.rs
@@ -164,6 +164,7 @@ cfg_if! {
164
target_arch = "x86_64",
165
target_arch = "arm",
166
target_arch = "aarch64",
167
+ target_arch = "riscv32",
168
target_arch = "riscv64",
169
target_arch = "s390x",
170
target_arch = "csky",
@@ -303,7 +304,8 @@ cfg_if! {
303
304
if #[cfg(any(
305
target_arch = "x86",
306
- target_arch = "csky"
307
+ target_arch = "csky",
308
+ target_arch = "riscv32"
309
))] {
310
pub const FS_IOC_GETFLAGS: Ioctl = 0x80046601;
311
pub const FS_IOC_SETFLAGS: Ioctl = 0x40046602;
0 commit comments