Searched refs:__NR_Linux (Results 1 – 2 of 2) sorted by relevance
23 #define __NR_Linux 4000 macro24 #define __NR_syscall (__NR_Linux + 0)25 #define __NR_exit (__NR_Linux + 1)26 #define __NR_fork (__NR_Linux + 2)27 #define __NR_read (__NR_Linux + 3)28 #define __NR_write (__NR_Linux + 4)29 #define __NR_open (__NR_Linux + 5)30 #define __NR_close (__NR_Linux + 6)31 #define __NR_waitpid (__NR_Linux + 7)32 #define __NR_creat (__NR_Linux + 8)[all …]
16 #define __NR_Linux 0 macro17 #define __NR_restart_syscall (__NR_Linux + 0)18 #define __NR_exit (__NR_Linux + 1)19 #define __NR_fork (__NR_Linux + 2)20 #define __NR_read (__NR_Linux + 3)21 #define __NR_write (__NR_Linux + 4)22 #define __NR_open (__NR_Linux + 5)23 #define __NR_close (__NR_Linux + 6)24 #define __NR_waitpid (__NR_Linux + 7)25 #define __NR_creat (__NR_Linux + 8)[all …]