We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b029d commit 5e56778Copy full SHA for 5e56778
library/std/src/os/linux/raw.rs
@@ -27,6 +27,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
27
#[cfg(any(
28
target_arch = "x86",
29
target_arch = "le32",
30
+ target_arch = "m68k",
31
target_arch = "powerpc",
32
target_arch = "sparc",
33
target_arch = "arm",
0 commit comments