Skip to content

Commit 5e56778

Browse files
committed
libstd: Add m68k for raw type definitions on Linux
1 parent 13b029d commit 5e56778

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
@@ -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)