Skip to content

Commit eb6bdf3

Browse files
committed
Revert accidentally committed test ignores
1 parent 45f191d commit eb6bdf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc-test/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ fn main() {
432432
cfg.skip_struct(move |ty| {
433433
match ty {
434434
"sockaddr_nl" => musl,
435-
"ucontext_t" => true,
436435

437436
// On Linux, the type of `ut_tv` field of `struct utmpx`
438437
// can be an anonymous struct, so an extra struct,
@@ -640,7 +639,6 @@ fn main() {
640639
s if ios && s.starts_with("RTV_") => true,
641640
s if ios && s.starts_with("DLT_") => true,
642641

643-
"NFT_MSG_MAX" => true,
644642
_ => false,
645643
}
646644
});

0 commit comments

Comments
 (0)