Skip to content

Commit ec0eec2

Browse files
committed
Remove some header files from test_redox
1 parent d2c9877 commit ec0eec2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

libc-test/build.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -537,43 +537,28 @@ fn test_redox(target: &str) {
537537
"dirent.h",
538538
"dlfcn.h",
539539
"errno.h",
540-
"execinfo.h",
541540
"fcntl.h",
542-
"glob.h",
543541
"grp.h",
544-
"ifaddrs.h",
545-
"langinfo.h",
546542
"limits.h",
547543
"locale.h",
548-
"net/if.h",
549-
"net/if_arp.h",
550-
"net/route.h",
551544
"netdb.h",
552545
"netinet/in.h",
553546
"netinet/ip.h",
554547
"netinet/tcp.h",
555-
"netinet/udp.h",
556548
"poll.h",
557-
"pthread.h",
558549
"pwd.h",
559-
"resolv.h",
560-
"sched.h",
561550
"semaphore.h",
562551
"string.h",
563552
"strings.h",
564553
"sys/file.h",
565554
"sys/ioctl.h",
566555
"sys/mman.h",
567-
"sys/mount.h",
568556
"sys/ptrace.h",
569-
"sys/quota.h",
570557
"sys/resource.h",
571558
"sys/socket.h",
572559
"sys/stat.h",
573560
"sys/statvfs.h",
574-
"sys/sysctl.h",
575561
"sys/time.h",
576-
"sys/times.h",
577562
"sys/types.h",
578563
"sys/uio.h",
579564
"sys/un.h",
@@ -584,7 +569,6 @@ fn test_redox(target: &str) {
584569
"time.h",
585570
"unistd.h",
586571
"utime.h",
587-
"utmpx.h",
588572
"wchar.h",
589573
}
590574

0 commit comments

Comments
 (0)