Skip to content

Commit fe71dba

Browse files
committed
Test sighandler_t on FreeBSD
1 parent 4e55979 commit fe71dba

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

libc-test/build.rs

-10
Original file line numberDiff line numberDiff line change
@@ -1677,16 +1677,6 @@ fn test_freebsd(target: &str) {
16771677
}
16781678
});
16791679

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-
16901680
cfg.skip_struct(move |ty| {
16911681
match ty {
16921682
// This is actually a union, not a struct

0 commit comments

Comments
 (0)