Skip to content
Snippets Groups Projects
Commit ec0eec26 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Remove some header files from `test_redox`

parent d2c9877d
No related branches found
No related tags found
No related merge requests found
......@@ -537,43 +537,28 @@ fn test_redox(target: &str) {
"dirent.h",
"dlfcn.h",
"errno.h",
"execinfo.h",
"fcntl.h",
"glob.h",
"grp.h",
"ifaddrs.h",
"langinfo.h",
"limits.h",
"locale.h",
"net/if.h",
"net/if_arp.h",
"net/route.h",
"netdb.h",
"netinet/in.h",
"netinet/ip.h",
"netinet/tcp.h",
"netinet/udp.h",
"poll.h",
"pthread.h",
"pwd.h",
"resolv.h",
"sched.h",
"semaphore.h",
"string.h",
"strings.h",
"sys/file.h",
"sys/ioctl.h",
"sys/mman.h",
"sys/mount.h",
"sys/ptrace.h",
"sys/quota.h",
"sys/resource.h",
"sys/socket.h",
"sys/stat.h",
"sys/statvfs.h",
"sys/sysctl.h",
"sys/time.h",
"sys/times.h",
"sys/types.h",
"sys/uio.h",
"sys/un.h",
......@@ -584,7 +569,6 @@ fn test_redox(target: &str) {
"time.h",
"unistd.h",
"utime.h",
"utmpx.h",
"wchar.h",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment