We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e55979 commit fe71dbaCopy full SHA for fe71dba
libc-test/build.rs
@@ -1677,16 +1677,6 @@ fn test_freebsd(target: &str) {
1677
}
1678
});
1679
1680
- cfg.skip_type(move |ty| {
1681
- match ty {
1682
- // sighandler_t is crazy across platforms
1683
- // FIXME: still required?
1684
- "sighandler_t" => true,
1685
-
1686
- _ => false,
1687
- }
1688
- });
1689
1690
cfg.skip_struct(move |ty| {
1691
match ty {
1692
// This is actually a union, not a struct
0 commit comments