@@ -3794,10 +3794,10 @@ fn test_linux(target: &str) {
3794
3794
}
3795
3795
if musl {
3796
3796
// FIXME: Requires >= 5.0 kernel headers
3797
- if name == "SECCOMP_GET_NOTIF_SIZES"
3797
+ if name == "PTP_SYS_OFFSET_EXTENDED"
3798
+ || name == "SECCOMP_GET_NOTIF_SIZES"
3798
3799
|| name == "SECCOMP_FILTER_FLAG_NEW_LISTENER"
3799
3800
|| name == "SECCOMP_FILTER_FLAG_TSYNC_ESRCH"
3800
- || name == "PTP_SYS_OFFSET_EXTENDED"
3801
3801
|| name == "SECCOMP_USER_NOTIF_FLAG_CONTINUE" // requires >= 5.5
3802
3802
|| name == "SECCOMP_ADDFD_FLAG_SETFD" // requires >= 5.9
3803
3803
|| name == "SECCOMP_ADDFD_FLAG_SEND" // requires >= 5.9
@@ -3811,12 +3811,12 @@ fn test_linux(target: &str) {
3811
3811
|| name. starts_with ( "SO_J1939" )
3812
3812
|| name. starts_with ( "SCM_J1939" )
3813
3813
|| name == "PTP_CLOCK_GETCAPS2"
3814
+ || name == "PTP_ENABLE_PPS2"
3814
3815
|| name == "PTP_EXTTS_REQUEST2"
3815
3816
|| name == "PTP_PEROUT_REQUEST2"
3816
- || name == "PTP_ENABLE_PPS2"
3817
- || name == "PTP_SYS_OFFSET2"
3818
3817
|| name == "PTP_PIN_GETFUNC2"
3819
3818
|| name == "PTP_PIN_SETFUNC2"
3819
+ || name == "PTP_SYS_OFFSET2"
3820
3820
|| name == "PTP_SYS_OFFSET_PRECISE2"
3821
3821
|| name == "PTP_SYS_OFFSET_EXTENDED2"
3822
3822
{
0 commit comments