File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2482,6 +2482,9 @@ fn test_freebsd(target: &str) {
24822482 // FIXME: Removed in FreeBSD 15:
24832483 "LOCAL_CONNWAIT" if freebsd_ver >= Some ( 15 ) => true ,
24842484
2485+ // FIXME: The values has been changed in FreeBSD 15:
2486+ "CLOCK_BOOTTIME" if Some ( 15 ) <= freebsd_ver => true ,
2487+
24852488 _ => false ,
24862489 }
24872490 } ) ;
Original file line number Diff line number Diff line change 1212 redundant_semicolons,
1313 unused_macros,
1414 unused_macro_rules,
15+ // FIXME: temporarily allow dead_code to fix CI:
16+ // - https://github.com/rust-lang/libc/issues/3740
17+ // - https://github.com/rust-lang/rust/pull/126456
18+ dead_code,
1519) ]
1620#![ cfg_attr( libc_deny_warnings, deny( warnings) ) ]
1721// Attributes needed when building as part of the standard library
You can’t perform that action at this time.
0 commit comments