We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a4276 commit 17d8b32Copy full SHA for 17d8b32
libc-test/build.rs
@@ -4038,7 +4038,7 @@ fn test_linux(target: &str) {
4038
cfg.skip_struct(move |struct_| {
4039
let ty = struct_.ident();
4040
4041
- // FIXME(linux): CI has old headers
+ // FIXME(linux): Requires >= 6.12 kernel headers. CI has old headers
4042
if ty == "ptp_sys_offset_extended" {
4043
return true;
4044
}
0 commit comments