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 …]
15 #define __NR_Linux 0 macro16 #define __NR_restart_syscall (__NR_Linux + 0)17 #define __NR_exit (__NR_Linux + 1)18 #define __NR_fork (__NR_Linux + 2)19 #define __NR_read (__NR_Linux + 3)20 #define __NR_write (__NR_Linux + 4)21 #define __NR_open (__NR_Linux + 5)22 #define __NR_close (__NR_Linux + 6)23 #define __NR_waitpid (__NR_Linux + 7)24 #define __NR_creat (__NR_Linux + 8)[all …]