Skip to content

Commit c512f6b

Browse files
committed
libstd: Add m68k for raw type definitions on Linux
1 parent 18b9816 commit c512f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/os/linux/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
2727
#[cfg(any(
2828
target_arch = "x86",
2929
target_arch = "le32",
30+
target_arch = "m68k",
3031
target_arch = "powerpc",
3132
target_arch = "sparc",
3233
target_arch = "arm",

0 commit comments

Comments
 (0)