From d25b0364e11064089f30af74da18aae5896a72ea Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 28 Sep 2020 00:14:59 +0200 Subject: [PATCH] library/std: Set OS raw type definitions for sparc-unknown-linux-gnu --- library/std/src/os/linux/raw.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/std/src/os/linux/raw.rs b/library/std/src/os/linux/raw.rs index 4ff3a6e5789..617c4098aa9 100644 --- a/library/std/src/os/linux/raw.rs +++ b/library/std/src/os/linux/raw.rs @@ -29,6 +29,7 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t}; target_arch = "x86", target_arch = "le32", target_arch = "powerpc", + target_arch = "sparc", target_arch = "arm", target_arch = "asmjs", target_arch = "wasm32"