Skip to content

Commit 17d8b32

Browse files
committed
Add required Linux version for ptp_sys_offset_extended
1 parent 61a4276 commit 17d8b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4038,7 +4038,7 @@ fn test_linux(target: &str) {
40384038
cfg.skip_struct(move |struct_| {
40394039
let ty = struct_.ident();
40404040

4041-
// FIXME(linux): CI has old headers
4041+
// FIXME(linux): Requires >= 6.12 kernel headers. CI has old headers
40424042
if ty == "ptp_sys_offset_extended" {
40434043
return true;
40444044
}

0 commit comments

Comments
 (0)