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 ae94e59 commit a71d9d9Copy full SHA for a71d9d9
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