We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08504c6 + fa8e1be commit eee74bfCopy full SHA for eee74bf
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,7 +130,6 @@ mod c_char_definition {
130
target_os = "netbsd",
131
any(target_arch = "aarch64", target_arch = "arm", target_arch = "powerpc")
132
),
133
- all(target_os = "openbsd", target_arch = "aarch64"),
134
135
target_os = "vxworks",
136
0 commit comments