Skip to content

Commit

Permalink
Merge pull request #3660 from JohnTitor/ignore-inp_ppcb
Browse files Browse the repository at this point in the history
Ignore `sockstat` field on FreeBSD 15 CI
  • Loading branch information
JohnTitor authored Apr 15, 2024
2 parents a0f5b4b 8a5b385 commit 71c79d5
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 71c79d5

Please sign in to comment.