We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linux_5_11
1 parent ee4a7fd commit bec86cbCopy full SHA for bec86cb
1 file changed
src/backend/linux_raw/fs/syscalls.rs
@@ -14,6 +14,13 @@ use crate::backend::conv::fs::oflags_for_open_how;
14
target_arch = "riscv64",
15
target_arch = "mips",
16
target_arch = "mips32r6",
17
+ all(
18
+ target_pointer_width = "32",
19
+ any(
20
+ target_arch = "arm",
21
+ target_arch = "powerpc"
22
+ ),
23
+ )
24
))]
25
use crate::backend::conv::zero;
26
use crate::backend::conv::{
0 commit comments