Searched refs:__NR_Linux (Results 1 – 2 of 2) sorted by relevance
22 #define __NR_Linux 4000 macro23 #define __NR_syscall (__NR_Linux + 0)24 #define __NR_exit (__NR_Linux + 1)25 #define __NR_fork (__NR_Linux + 2)26 #define __NR_read (__NR_Linux + 3)27 #define __NR_write (__NR_Linux + 4)28 #define __NR_open (__NR_Linux + 5)29 #define __NR_close (__NR_Linux + 6)30 #define __NR_waitpid (__NR_Linux + 7)31 #define __NR_creat (__NR_Linux + 8)[all …]
9 #define SYS_Linux __NR_Linux