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) {
150150 "sys/sysctl.h" ,
151151 "sys/time.h" ,
152152 "sys/times.h" ,
153+ "sys/timex.h" ,
153154 "sys/types.h" ,
154155 "sys/uio.h" ,
155156 "sys/un.h" ,
@@ -819,6 +820,7 @@ fn test_netbsd(target: &str) {
819820 "sys/sysctl.h" ,
820821 "sys/time.h" ,
821822 "sys/times.h" ,
823+ "sys/timex.h" ,
822824 "sys/uio.h" ,
823825 "sys/un.h" ,
824826 "sys/utsname.h" ,
@@ -1569,6 +1571,7 @@ fn test_freebsd(target: &str) {
15691571 "sys/sysctl.h" ,
15701572 "sys/time.h" ,
15711573 "sys/times.h" ,
1574+ "sys/timex.h" ,
15721575 "sys/types.h" ,
15731576 "sys/uio.h" ,
15741577 "sys/un.h" ,
@@ -2183,6 +2186,7 @@ fn test_linux(target: &str) {
21832186 "sys/time.h" ,
21842187 "sys/timerfd.h" ,
21852188 "sys/times.h" ,
2189+ "sys/timex.h" ,
21862190 "sys/types.h" ,
21872191 "sys/uio.h" ,
21882192 "sys/un.h" ,
You can’t perform that action at this time.
0 commit comments