Skip to content

Commit 315dd4c

Browse files
committed
Remove the c_char_def workaround for OpenBSD
The exception was added after the PR with 0a02b94 ("Define c_char at top-level...") was posted. Remove this skip since the same commit makes it no longer relevant. (backport <#4202>) (cherry picked from commit 2bb023e)
1 parent 8448147 commit 315dd4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc-test/build.rs

-5
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,6 @@ fn test_openbsd(target: &str) {
644644
}
645645
});
646646

647-
cfg.skip_type(move |ty| {
648-
// `c_char_def` is always public but not always reexported.
649-
ty == "c_char_def"
650-
});
651-
652647
cfg.type_name(move |ty, is_struct, is_union| {
653648
match ty {
654649
// Just pass all these through, no need for a "struct" prefix

0 commit comments

Comments
 (0)