From 7ab55a37c753bb113aecec4460d8a38048710fc5 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 19 Dec 2024 08:20:27 +0000 Subject: [PATCH] Remove the `c_char_def` workaround for OpenBSD The exception was added after the PR with 0a02b941cf ("Define c_char at top-level...") was posted. Remove this skip since the same commit makes it no longer relevant. (backport ) (cherry picked from commit 2bb023e81743c5319226b749179c7d5aeff4cfa3) --- libc-test/build.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index a82ae56e2e81..d023c466a391 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -644,11 +644,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