File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3762,6 +3762,7 @@ fn test_linux(target: &str) {
3762
3762
if name == "SECCOMP_GET_NOTIF_SIZES"
3763
3763
|| name == "SECCOMP_FILTER_FLAG_NEW_LISTENER"
3764
3764
|| name == "SECCOMP_FILTER_FLAG_TSYNC_ESRCH"
3765
+ || name == "PTP_SYS_OFFSET_EXTENDED"
3765
3766
|| name == "SECCOMP_USER_NOTIF_FLAG_CONTINUE" // requires >= 5.5
3766
3767
|| name == "SECCOMP_ADDFD_FLAG_SETFD" // requires >= 5.9
3767
3768
|| name == "SECCOMP_ADDFD_FLAG_SEND" // requires >= 5.9
@@ -3774,6 +3775,15 @@ fn test_linux(target: &str) {
3774
3775
|| name. starts_with ( "RTEXT_FILTER_" )
3775
3776
|| name. starts_with ( "SO_J1939" )
3776
3777
|| name. starts_with ( "SCM_J1939" )
3778
+ || name == "PTP_CLOCK_GETCAPS2"
3779
+ || name == "PTP_EXTTS_REQUEST2"
3780
+ || name == "PTP_PEROUT_REQUEST2"
3781
+ || name == "PTP_ENABLE_PPS2"
3782
+ || name == "PTP_SYS_OFFSET2"
3783
+ || name == "PTP_PIN_GETFUNC2"
3784
+ || name == "PTP_PIN_SETFUNC2"
3785
+ || name == "PTP_SYS_OFFSET_PRECISE2"
3786
+ || name == "PTP_SYS_OFFSET_EXTENDED2"
3777
3787
{
3778
3788
return true ;
3779
3789
}
You can’t perform that action at this time.
0 commit comments