Skip to content

Commit 71c79d5

Browse files
authored
Merge pull request #3660 from JohnTitor/ignore-inp_ppcb
Ignore `sockstat` field on FreeBSD 15 CI
2 parents a0f5b4b + 8a5b385 commit 71c79d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -2462,6 +2462,9 @@ fn test_freebsd(target: &str) {
24622462
| "sctp_send_failed_event"
24632463
| "sctp_stream_reset_event" => true,
24642464

2465+
// FIXME: Changed in FreeBSD 15
2466+
"tcp_info" | "sockstat" if Some(15) >= freebsd_ver => true,
2467+
24652468
_ => false,
24662469
}
24672470
});

0 commit comments

Comments
 (0)