File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ fn test_apple(target: &str) {
150
150
"sys/sysctl.h" ,
151
151
"sys/time.h" ,
152
152
"sys/times.h" ,
153
+ "sys/timex.h" ,
153
154
"sys/types.h" ,
154
155
"sys/uio.h" ,
155
156
"sys/un.h" ,
@@ -819,6 +820,7 @@ fn test_netbsd(target: &str) {
819
820
"sys/sysctl.h" ,
820
821
"sys/time.h" ,
821
822
"sys/times.h" ,
823
+ "sys/timex.h" ,
822
824
"sys/uio.h" ,
823
825
"sys/un.h" ,
824
826
"sys/utsname.h" ,
@@ -1569,6 +1571,7 @@ fn test_freebsd(target: &str) {
1569
1571
"sys/sysctl.h" ,
1570
1572
"sys/time.h" ,
1571
1573
"sys/times.h" ,
1574
+ "sys/timex.h" ,
1572
1575
"sys/types.h" ,
1573
1576
"sys/uio.h" ,
1574
1577
"sys/un.h" ,
@@ -2183,6 +2186,7 @@ fn test_linux(target: &str) {
2183
2186
"sys/time.h" ,
2184
2187
"sys/timerfd.h" ,
2185
2188
"sys/times.h" ,
2189
+ "sys/timex.h" ,
2186
2190
"sys/types.h" ,
2187
2191
"sys/uio.h" ,
2188
2192
"sys/un.h" ,
You can’t perform that action at this time.
0 commit comments