Skip to content

Commit 96552d3

Browse files
committed
ptp_sys_offset_extended ignore on musl
(needs newer headers)
1 parent b39dfaa commit 96552d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3596,6 +3596,9 @@ fn test_linux(target: &str) {
35963596
if musl && ty == "seccomp_notif_sizes" {
35973597
return true;
35983598
}
3599+
if musl && ty == "ptp_sys_offset_extended" {
3600+
return true;
3601+
}
35993602

36003603
// LFS64 types have been removed in musl 1.2.4+
36013604
if musl && (ty.ends_with("64") || ty.ends_with("64_t")) {

0 commit comments

Comments
 (0)