Skip to content

Commit 2bb023e

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.
1 parent 0a02b94 commit 2bb023e

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
@@ -600,11 +600,6 @@ fn test_openbsd(target: &str) {
600600
}
601601
});
602602

603-
cfg.skip_type(move |ty| {
604-
// `c_char_def` is always public but not always reexported.
605-
ty == "c_char_def"
606-
});
607-
608603
cfg.type_name(move |ty, is_struct, is_union| {
609604
match ty {
610605
// Just pass all these through, no need for a "struct" prefix

0 commit comments

Comments
 (0)