Skip to content

Commit

Permalink
Remove the c_char_def workaround for OpenBSD
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross35 committed Dec 19, 2024
1 parent 0a02b94 commit 2bb023e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,6 @@ fn test_openbsd(target: &str) {
}
});

cfg.skip_type(move |ty| {
// `c_char_def` is always public but not always reexported.
ty == "c_char_def"
});

cfg.type_name(move |ty, is_struct, is_union| {
match ty {
// Just pass all these through, no need for a "struct" prefix
Expand Down

0 comments on commit 2bb023e

Please sign in to comment.