Dan Willemsen | 2acbec5 | 2017-09-14 17:28:36 -0700 | [diff] [blame^] | 1 | #if defined(__i386__) || defined(__x86_64__) |
2 | #include <asm/prctl.h> | ||||
3 | #endif // __i386__ || __x86_64__ | ||||
4 | #include <errno.h> | ||||
5 | #include <fcntl.h> | ||||
6 | #include <linux/prctl.h> | ||||
7 | #include <linux/sched.h> | ||||
8 | #include <linux/serial.h> | ||||
9 | #include <linux/termios.h> | ||||
10 | #include <stddef.h> | ||||
11 | #include <signal.h> | ||||
12 | #include <sys/stat.h> | ||||
13 | #include <sys/resource.h> | ||||
14 | #include <sys/types.h> |