We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e35ca13 + b011b09 commit 5d2deeeCopy full SHA for 5d2deee
src/libstd/os/raw/mod.rs
@@ -29,6 +29,8 @@ use fmt;
29
all(target_os = "android", any(target_arch = "aarch64",
30
target_arch = "arm")),
31
all(target_os = "l4re", target_arch = "x86_64"),
32
+ all(target_os = "netbsd", any(target_arch = "arm",
33
+ target_arch = "powerpc")),
34
all(target_os = "openbsd", target_arch = "aarch64"),
35
all(target_os = "fuchsia", target_arch = "aarch64")))]
36
#[stable(feature = "raw_os", since = "1.1.0")] pub type c_char = u8;
@@ -41,6 +43,8 @@ use fmt;
41
43
42
44
45
46
47
48
49
all(target_os = "fuchsia", target_arch = "aarch64"))))]
50
#[stable(feature = "raw_os", since = "1.1.0")] pub type c_char = i8;
0 commit comments