libstd: Add m68k for raw type definitions on Linux

This commit is contained in:
John Paul Adrian Glaubitz 2021-08-25 07:48:23 +00:00
parent 13b029d6fc
commit 5e56778dc8

View File

@ -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",