mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
libstd: Add m68k for raw type definitions on Linux
This commit is contained in:
parent
13b029d6fc
commit
5e56778dc8
@ -27,6 +27,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
|
||||
#[cfg(any(
|
||||
target_arch = "x86",
|
||||
target_arch = "le32",
|
||||
target_arch = "m68k",
|
||||
target_arch = "powerpc",
|
||||
target_arch = "sparc",
|
||||
target_arch = "arm",
|
||||
|
Loading…
Reference in New Issue
Block a user