We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d679b commit c31ec4fCopy full SHA for c31ec4f
library/core/src/ffi/mod.rs
@@ -133,7 +133,8 @@ mod c_char_definition {
133
any(target_arch = "aarch64", target_arch = "riscv64")
134
),
135
all(target_os = "nto", target_arch = "aarch64"),
136
- target_os = "horizon"
+ target_os = "horizon",
137
+ target_os = "aix",
138
))] {
139
pub type c_char = u8;
140
} else {
0 commit comments