File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -537,43 +537,28 @@ fn test_redox(target: &str) {
537
537
"dirent.h" ,
538
538
"dlfcn.h" ,
539
539
"errno.h" ,
540
- "execinfo.h" ,
541
540
"fcntl.h" ,
542
- "glob.h" ,
543
541
"grp.h" ,
544
- "ifaddrs.h" ,
545
- "langinfo.h" ,
546
542
"limits.h" ,
547
543
"locale.h" ,
548
- "net/if.h" ,
549
- "net/if_arp.h" ,
550
- "net/route.h" ,
551
544
"netdb.h" ,
552
545
"netinet/in.h" ,
553
546
"netinet/ip.h" ,
554
547
"netinet/tcp.h" ,
555
- "netinet/udp.h" ,
556
548
"poll.h" ,
557
- "pthread.h" ,
558
549
"pwd.h" ,
559
- "resolv.h" ,
560
- "sched.h" ,
561
550
"semaphore.h" ,
562
551
"string.h" ,
563
552
"strings.h" ,
564
553
"sys/file.h" ,
565
554
"sys/ioctl.h" ,
566
555
"sys/mman.h" ,
567
- "sys/mount.h" ,
568
556
"sys/ptrace.h" ,
569
- "sys/quota.h" ,
570
557
"sys/resource.h" ,
571
558
"sys/socket.h" ,
572
559
"sys/stat.h" ,
573
560
"sys/statvfs.h" ,
574
- "sys/sysctl.h" ,
575
561
"sys/time.h" ,
576
- "sys/times.h" ,
577
562
"sys/types.h" ,
578
563
"sys/uio.h" ,
579
564
"sys/un.h" ,
@@ -584,7 +569,6 @@ fn test_redox(target: &str) {
584
569
"time.h" ,
585
570
"unistd.h" ,
586
571
"utime.h" ,
587
- "utmpx.h" ,
588
572
"wchar.h" ,
589
573
}
590
574
You can’t perform that action at this time.
0 commit comments