We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3768f0b commit fa8e1beCopy full SHA for fa8e1be
library/core/src/ffi/mod.rs
@@ -117,7 +117,7 @@ mod c_char_definition {
117
all(target_os = "android", any(target_arch = "aarch64", target_arch = "arm")),
118
all(target_os = "l4re", target_arch = "x86_64"),
119
all(
120
- target_os = "freebsd",
+ any(target_os = "freebsd", target_os = "openbsd"),
121
any(
122
target_arch = "aarch64",
123
target_arch = "arm",
@@ -130,16 +130,6 @@ mod c_char_definition {
130
target_os = "netbsd",
131
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
132
),
133
- all(
134
- target_os = "openbsd",
135
- any(
136
- target_arch = "aarch64",
137
- target_arch = "arm",
138
- target_arch = "powerpc",
139
- target_arch = "powerpc64",
140
- target_arch = "riscv64",
141
- ),
142
143
144
target_os = "vxworks",
145
0 commit comments