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 authored and agg23 committed Apr 18, 2024
1 parent b5b0f69 commit b5f85fc
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 @@ -2538,6 +2538,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 b5f85fc

Please sign in to comment.