Skip to content

Commit d25b036

Browse files
committed
library/std: Set OS raw type definitions for sparc-unknown-linux-gnu
1 parent d9de08d commit d25b036

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/os/linux

1 file changed

+1
-0
lines changed

library/std/src/os/linux/raw.rs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
2929
target_arch = "x86",
3030
target_arch = "le32",
3131
target_arch = "powerpc",
32+
target_arch = "sparc",
3233
target_arch = "arm",
3334
target_arch = "asmjs",
3435
target_arch = "wasm32"

0 commit comments

Comments
 (0)