We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9de08d commit d25b036Copy full SHA for d25b036
library/std/src/os/linux/raw.rs
@@ -29,6 +29,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
29
target_arch = "x86",
30
target_arch = "le32",
31
target_arch = "powerpc",
32
+ target_arch = "sparc",
33
target_arch = "arm",
34
target_arch = "asmjs",
35
target_arch = "wasm32"
0 commit comments