diff --git a/libc-test/build.rs b/libc-test/build.rs index 7b3aa70a406d9..c2f0aac6c0f78 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -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, } });