Skip to content

Commit

Permalink
Ignore sockstat field on FreeBSD 15 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Apr 15, 2024
1 parent a0f5b4b commit 8a5b385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2462,6 +2462,9 @@ fn test_freebsd(target: &str) {
| "sctp_send_failed_event"
| "sctp_stream_reset_event" => true,

// FIXME: Changed in FreeBSD 15
"tcp_info" | "sockstat" if Some(15) >= freebsd_ver => true,

_ => false,
}
});
Expand Down

0 comments on commit 8a5b385

Please sign in to comment.