aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/os/raw/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/src/os/raw/mod.rs')
-rw-r--r--ctr-std/src/os/raw/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ctr-std/src/os/raw/mod.rs b/ctr-std/src/os/raw/mod.rs
index d5eeb52..dc33747 100644
--- a/ctr-std/src/os/raw/mod.rs
+++ b/ctr-std/src/os/raw/mod.rs
@@ -29,6 +29,9 @@ use fmt;
all(target_os = "android", any(target_arch = "aarch64",
target_arch = "arm")),
all(target_os = "l4re", target_arch = "x86_64"),
+ all(target_os = "netbsd", any(target_arch = "aarch64",
+ target_arch = "arm",
+ target_arch = "powerpc")),
all(target_os = "openbsd", target_arch = "aarch64"),
all(target_os = "fuchsia", target_arch = "aarch64")))]
#[stable(feature = "raw_os", since = "1.1.0")] pub type c_char = u8;
@@ -41,6 +44,9 @@ use fmt;
all(target_os = "android", any(target_arch = "aarch64",
target_arch = "arm")),
all(target_os = "l4re", target_arch = "x86_64"),
+ all(target_os = "netbsd", any(target_arch = "aarch64",
+ target_arch = "arm",
+ target_arch = "powerpc")),
all(target_os = "openbsd", target_arch = "aarch64"),
all(target_os = "fuchsia", target_arch = "aarch64"))))]
#[stable(feature = "raw_os", since = "1.1.0")] pub type c_char = i8;