@@ -3759,10 +3759,10 @@ fn test_linux(target: &str) {
3759
3759
}
3760
3760
if musl {
3761
3761
// FIXME: Requires >= 5.0 kernel headers
3762
- if name == "SECCOMP_GET_NOTIF_SIZES"
3762
+ if name == "PTP_SYS_OFFSET_EXTENDED"
3763
+ || name == "SECCOMP_GET_NOTIF_SIZES"
3763
3764
|| name == "SECCOMP_FILTER_FLAG_NEW_LISTENER"
3764
3765
|| name == "SECCOMP_FILTER_FLAG_TSYNC_ESRCH"
3765
- || name == "PTP_SYS_OFFSET_EXTENDED"
3766
3766
|| name == "SECCOMP_USER_NOTIF_FLAG_CONTINUE" // requires >= 5.5
3767
3767
|| name == "SECCOMP_ADDFD_FLAG_SETFD" // requires >= 5.9
3768
3768
|| name == "SECCOMP_ADDFD_FLAG_SEND" // requires >= 5.9
@@ -3776,12 +3776,12 @@ fn test_linux(target: &str) {
3776
3776
|| name. starts_with ( "SO_J1939" )
3777
3777
|| name. starts_with ( "SCM_J1939" )
3778
3778
|| name == "PTP_CLOCK_GETCAPS2"
3779
+ || name == "PTP_ENABLE_PPS2"
3779
3780
|| name == "PTP_EXTTS_REQUEST2"
3780
3781
|| name == "PTP_PEROUT_REQUEST2"
3781
- || name == "PTP_ENABLE_PPS2"
3782
- || name == "PTP_SYS_OFFSET2"
3783
3782
|| name == "PTP_PIN_GETFUNC2"
3784
3783
|| name == "PTP_PIN_SETFUNC2"
3784
+ || name == "PTP_SYS_OFFSET2"
3785
3785
|| name == "PTP_SYS_OFFSET_PRECISE2"
3786
3786
|| name == "PTP_SYS_OFFSET_EXTENDED2"
3787
3787
{
0 commit comments