Skip to content

Commit 8a5b385

Browse files
committed
Ignore sockstat field on FreeBSD 15 CI
1 parent a0f5b4b commit 8a5b385

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)