Statistics
| Branch: | Revision:

root / linux-user / mipsn32 / syscall_nr.h @ 72cf2d4f

History | View | Annotate | Download (15.4 kB)

1 540635ba ths
/*
2 540635ba ths
 * Linux N32 syscalls are in the range from 6000 to 6999.
3 540635ba ths
 */
4 540635ba ths
#define TARGET_NR_Linux                        6000
5 540635ba ths
#define TARGET_NR_read                        (TARGET_NR_Linux +   0)
6 540635ba ths
#define TARGET_NR_write                        (TARGET_NR_Linux +   1)
7 540635ba ths
#define TARGET_NR_open                        (TARGET_NR_Linux +   2)
8 540635ba ths
#define TARGET_NR_close                        (TARGET_NR_Linux +   3)
9 540635ba ths
#define TARGET_NR_stat                        (TARGET_NR_Linux +   4)
10 540635ba ths
#define TARGET_NR_fstat                        (TARGET_NR_Linux +   5)
11 540635ba ths
#define TARGET_NR_lstat                        (TARGET_NR_Linux +   6)
12 540635ba ths
#define TARGET_NR_poll                        (TARGET_NR_Linux +   7)
13 540635ba ths
#define TARGET_NR_lseek                        (TARGET_NR_Linux +   8)
14 540635ba ths
#define TARGET_NR_mmap                        (TARGET_NR_Linux +   9)
15 540635ba ths
#define TARGET_NR_mprotect                        (TARGET_NR_Linux +  10)
16 540635ba ths
#define TARGET_NR_munmap                        (TARGET_NR_Linux +  11)
17 540635ba ths
#define TARGET_NR_brk                        (TARGET_NR_Linux +  12)
18 540635ba ths
#define TARGET_NR_rt_sigaction                (TARGET_NR_Linux +  13)
19 540635ba ths
#define TARGET_NR_rt_sigprocmask                (TARGET_NR_Linux +  14)
20 540635ba ths
#define TARGET_NR_ioctl                        (TARGET_NR_Linux +  15)
21 540635ba ths
#define TARGET_NR_pread64                        (TARGET_NR_Linux +  16)
22 540635ba ths
#define TARGET_NR_pwrite64                        (TARGET_NR_Linux +  17)
23 540635ba ths
#define TARGET_NR_readv                        (TARGET_NR_Linux +  18)
24 540635ba ths
#define TARGET_NR_writev                        (TARGET_NR_Linux +  19)
25 540635ba ths
#define TARGET_NR_access                        (TARGET_NR_Linux +  20)
26 540635ba ths
#define TARGET_NR_pipe                        (TARGET_NR_Linux +  21)
27 540635ba ths
#define TARGET_NR__newselect                        (TARGET_NR_Linux +  22)
28 540635ba ths
#define TARGET_NR_sched_yield                (TARGET_NR_Linux +  23)
29 540635ba ths
#define TARGET_NR_mremap                        (TARGET_NR_Linux +  24)
30 540635ba ths
#define TARGET_NR_msync                        (TARGET_NR_Linux +  25)
31 540635ba ths
#define TARGET_NR_mincore                        (TARGET_NR_Linux +  26)
32 540635ba ths
#define TARGET_NR_madvise                        (TARGET_NR_Linux +  27)
33 540635ba ths
#define TARGET_NR_shmget                        (TARGET_NR_Linux +  28)
34 540635ba ths
#define TARGET_NR_shmat                        (TARGET_NR_Linux +  29)
35 540635ba ths
#define TARGET_NR_shmctl                        (TARGET_NR_Linux +  30)
36 540635ba ths
#define TARGET_NR_dup                        (TARGET_NR_Linux +  31)
37 540635ba ths
#define TARGET_NR_dup2                        (TARGET_NR_Linux +  32)
38 540635ba ths
#define TARGET_NR_pause                        (TARGET_NR_Linux +  33)
39 540635ba ths
#define TARGET_NR_nanosleep                        (TARGET_NR_Linux +  34)
40 540635ba ths
#define TARGET_NR_getitimer                        (TARGET_NR_Linux +  35)
41 540635ba ths
#define TARGET_NR_setitimer                        (TARGET_NR_Linux +  36)
42 540635ba ths
#define TARGET_NR_alarm                        (TARGET_NR_Linux +  37)
43 540635ba ths
#define TARGET_NR_getpid                        (TARGET_NR_Linux +  38)
44 540635ba ths
#define TARGET_NR_sendfile                        (TARGET_NR_Linux +  39)
45 540635ba ths
#define TARGET_NR_socket                        (TARGET_NR_Linux +  40)
46 540635ba ths
#define TARGET_NR_connect                        (TARGET_NR_Linux +  41)
47 540635ba ths
#define TARGET_NR_accept                        (TARGET_NR_Linux +  42)
48 540635ba ths
#define TARGET_NR_sendto                        (TARGET_NR_Linux +  43)
49 540635ba ths
#define TARGET_NR_recvfrom                        (TARGET_NR_Linux +  44)
50 540635ba ths
#define TARGET_NR_sendmsg                        (TARGET_NR_Linux +  45)
51 540635ba ths
#define TARGET_NR_recvmsg                        (TARGET_NR_Linux +  46)
52 540635ba ths
#define TARGET_NR_shutdown                        (TARGET_NR_Linux +  47)
53 540635ba ths
#define TARGET_NR_bind                        (TARGET_NR_Linux +  48)
54 540635ba ths
#define TARGET_NR_listen                        (TARGET_NR_Linux +  49)
55 540635ba ths
#define TARGET_NR_getsockname                (TARGET_NR_Linux +  50)
56 540635ba ths
#define TARGET_NR_getpeername                (TARGET_NR_Linux +  51)
57 540635ba ths
#define TARGET_NR_socketpair                        (TARGET_NR_Linux +  52)
58 540635ba ths
#define TARGET_NR_setsockopt                        (TARGET_NR_Linux +  53)
59 540635ba ths
#define TARGET_NR_getsockopt                        (TARGET_NR_Linux +  54)
60 540635ba ths
#define TARGET_NR_clone                        (TARGET_NR_Linux +  55)
61 540635ba ths
#define TARGET_NR_fork                        (TARGET_NR_Linux +  56)
62 540635ba ths
#define TARGET_NR_execve                        (TARGET_NR_Linux +  57)
63 540635ba ths
#define TARGET_NR_exit                        (TARGET_NR_Linux +  58)
64 540635ba ths
#define TARGET_NR_wait4                        (TARGET_NR_Linux +  59)
65 540635ba ths
#define TARGET_NR_kill                        (TARGET_NR_Linux +  60)
66 540635ba ths
#define TARGET_NR_uname                        (TARGET_NR_Linux +  61)
67 540635ba ths
#define TARGET_NR_semget                        (TARGET_NR_Linux +  62)
68 540635ba ths
#define TARGET_NR_semop                        (TARGET_NR_Linux +  63)
69 540635ba ths
#define TARGET_NR_semctl                        (TARGET_NR_Linux +  64)
70 540635ba ths
#define TARGET_NR_shmdt                        (TARGET_NR_Linux +  65)
71 540635ba ths
#define TARGET_NR_msgget                        (TARGET_NR_Linux +  66)
72 540635ba ths
#define TARGET_NR_msgsnd                        (TARGET_NR_Linux +  67)
73 540635ba ths
#define TARGET_NR_msgrcv                        (TARGET_NR_Linux +  68)
74 540635ba ths
#define TARGET_NR_msgctl                        (TARGET_NR_Linux +  69)
75 540635ba ths
#define TARGET_NR_fcntl                        (TARGET_NR_Linux +  70)
76 540635ba ths
#define TARGET_NR_flock                        (TARGET_NR_Linux +  71)
77 540635ba ths
#define TARGET_NR_fsync                        (TARGET_NR_Linux +  72)
78 540635ba ths
#define TARGET_NR_fdatasync                        (TARGET_NR_Linux +  73)
79 540635ba ths
#define TARGET_NR_truncate                        (TARGET_NR_Linux +  74)
80 540635ba ths
#define TARGET_NR_ftruncate                        (TARGET_NR_Linux +  75)
81 540635ba ths
#define TARGET_NR_getdents                        (TARGET_NR_Linux +  76)
82 540635ba ths
#define TARGET_NR_getcwd                        (TARGET_NR_Linux +  77)
83 540635ba ths
#define TARGET_NR_chdir                        (TARGET_NR_Linux +  78)
84 540635ba ths
#define TARGET_NR_fchdir                        (TARGET_NR_Linux +  79)
85 540635ba ths
#define TARGET_NR_rename                        (TARGET_NR_Linux +  80)
86 540635ba ths
#define TARGET_NR_mkdir                        (TARGET_NR_Linux +  81)
87 540635ba ths
#define TARGET_NR_rmdir                        (TARGET_NR_Linux +  82)
88 540635ba ths
#define TARGET_NR_creat                        (TARGET_NR_Linux +  83)
89 540635ba ths
#define TARGET_NR_link                        (TARGET_NR_Linux +  84)
90 540635ba ths
#define TARGET_NR_unlink                        (TARGET_NR_Linux +  85)
91 540635ba ths
#define TARGET_NR_symlink                        (TARGET_NR_Linux +  86)
92 540635ba ths
#define TARGET_NR_readlink                        (TARGET_NR_Linux +  87)
93 540635ba ths
#define TARGET_NR_chmod                        (TARGET_NR_Linux +  88)
94 540635ba ths
#define TARGET_NR_fchmod                        (TARGET_NR_Linux +  89)
95 540635ba ths
#define TARGET_NR_chown                        (TARGET_NR_Linux +  90)
96 540635ba ths
#define TARGET_NR_fchown                        (TARGET_NR_Linux +  91)
97 540635ba ths
#define TARGET_NR_lchown                        (TARGET_NR_Linux +  92)
98 540635ba ths
#define TARGET_NR_umask                        (TARGET_NR_Linux +  93)
99 540635ba ths
#define TARGET_NR_gettimeofday                (TARGET_NR_Linux +  94)
100 540635ba ths
#define TARGET_NR_getrlimit                        (TARGET_NR_Linux +  95)
101 540635ba ths
#define TARGET_NR_getrusage                        (TARGET_NR_Linux +  96)
102 540635ba ths
#define TARGET_NR_sysinfo                        (TARGET_NR_Linux +  97)
103 540635ba ths
#define TARGET_NR_times                        (TARGET_NR_Linux +  98)
104 540635ba ths
#define TARGET_NR_ptrace                        (TARGET_NR_Linux +  99)
105 540635ba ths
#define TARGET_NR_getuid                        (TARGET_NR_Linux + 100)
106 540635ba ths
#define TARGET_NR_syslog                        (TARGET_NR_Linux + 101)
107 540635ba ths
#define TARGET_NR_getgid                        (TARGET_NR_Linux + 102)
108 540635ba ths
#define TARGET_NR_setuid                        (TARGET_NR_Linux + 103)
109 540635ba ths
#define TARGET_NR_setgid                        (TARGET_NR_Linux + 104)
110 540635ba ths
#define TARGET_NR_geteuid                        (TARGET_NR_Linux + 105)
111 540635ba ths
#define TARGET_NR_getegid                        (TARGET_NR_Linux + 106)
112 540635ba ths
#define TARGET_NR_setpgid                        (TARGET_NR_Linux + 107)
113 540635ba ths
#define TARGET_NR_getppid                        (TARGET_NR_Linux + 108)
114 540635ba ths
#define TARGET_NR_getpgrp                        (TARGET_NR_Linux + 109)
115 540635ba ths
#define TARGET_NR_setsid                        (TARGET_NR_Linux + 110)
116 540635ba ths
#define TARGET_NR_setreuid                        (TARGET_NR_Linux + 111)
117 540635ba ths
#define TARGET_NR_setregid                        (TARGET_NR_Linux + 112)
118 540635ba ths
#define TARGET_NR_getgroups                        (TARGET_NR_Linux + 113)
119 540635ba ths
#define TARGET_NR_setgroups                        (TARGET_NR_Linux + 114)
120 540635ba ths
#define TARGET_NR_setresuid                        (TARGET_NR_Linux + 115)
121 540635ba ths
#define TARGET_NR_getresuid                        (TARGET_NR_Linux + 116)
122 540635ba ths
#define TARGET_NR_setresgid                        (TARGET_NR_Linux + 117)
123 540635ba ths
#define TARGET_NR_getresgid                        (TARGET_NR_Linux + 118)
124 540635ba ths
#define TARGET_NR_getpgid                        (TARGET_NR_Linux + 119)
125 540635ba ths
#define TARGET_NR_setfsuid                        (TARGET_NR_Linux + 120)
126 540635ba ths
#define TARGET_NR_setfsgid                        (TARGET_NR_Linux + 121)
127 540635ba ths
#define TARGET_NR_getsid                        (TARGET_NR_Linux + 122)
128 540635ba ths
#define TARGET_NR_capget                        (TARGET_NR_Linux + 123)
129 540635ba ths
#define TARGET_NR_capset                        (TARGET_NR_Linux + 124)
130 540635ba ths
#define TARGET_NR_rt_sigpending                (TARGET_NR_Linux + 125)
131 540635ba ths
#define TARGET_NR_rt_sigtimedwait                (TARGET_NR_Linux + 126)
132 540635ba ths
#define TARGET_NR_rt_sigqueueinfo                (TARGET_NR_Linux + 127)
133 540635ba ths
#define TARGET_NR_rt_sigsuspend                (TARGET_NR_Linux + 128)
134 540635ba ths
#define TARGET_NR_sigaltstack                (TARGET_NR_Linux + 129)
135 540635ba ths
#define TARGET_NR_utime                        (TARGET_NR_Linux + 130)
136 540635ba ths
#define TARGET_NR_mknod                        (TARGET_NR_Linux + 131)
137 540635ba ths
#define TARGET_NR_personality                (TARGET_NR_Linux + 132)
138 540635ba ths
#define TARGET_NR_ustat                        (TARGET_NR_Linux + 133)
139 540635ba ths
#define TARGET_NR_statfs                        (TARGET_NR_Linux + 134)
140 540635ba ths
#define TARGET_NR_fstatfs                        (TARGET_NR_Linux + 135)
141 540635ba ths
#define TARGET_NR_sysfs                        (TARGET_NR_Linux + 136)
142 540635ba ths
#define TARGET_NR_getpriority                (TARGET_NR_Linux + 137)
143 540635ba ths
#define TARGET_NR_setpriority                (TARGET_NR_Linux + 138)
144 540635ba ths
#define TARGET_NR_sched_setparam                (TARGET_NR_Linux + 139)
145 540635ba ths
#define TARGET_NR_sched_getparam                (TARGET_NR_Linux + 140)
146 540635ba ths
#define TARGET_NR_sched_setscheduler                (TARGET_NR_Linux + 141)
147 540635ba ths
#define TARGET_NR_sched_getscheduler                (TARGET_NR_Linux + 142)
148 540635ba ths
#define TARGET_NR_sched_get_priority_max        (TARGET_NR_Linux + 143)
149 540635ba ths
#define TARGET_NR_sched_get_priority_min        (TARGET_NR_Linux + 144)
150 540635ba ths
#define TARGET_NR_sched_rr_get_interval        (TARGET_NR_Linux + 145)
151 540635ba ths
#define TARGET_NR_mlock                        (TARGET_NR_Linux + 146)
152 540635ba ths
#define TARGET_NR_munlock                        (TARGET_NR_Linux + 147)
153 540635ba ths
#define TARGET_NR_mlockall                        (TARGET_NR_Linux + 148)
154 540635ba ths
#define TARGET_NR_munlockall                        (TARGET_NR_Linux + 149)
155 540635ba ths
#define TARGET_NR_vhangup                        (TARGET_NR_Linux + 150)
156 540635ba ths
#define TARGET_NR_pivot_root                        (TARGET_NR_Linux + 151)
157 540635ba ths
#define TARGET_NR__sysctl                        (TARGET_NR_Linux + 152)
158 540635ba ths
#define TARGET_NR_prctl                        (TARGET_NR_Linux + 153)
159 540635ba ths
#define TARGET_NR_adjtimex                        (TARGET_NR_Linux + 154)
160 540635ba ths
#define TARGET_NR_setrlimit                        (TARGET_NR_Linux + 155)
161 540635ba ths
#define TARGET_NR_chroot                        (TARGET_NR_Linux + 156)
162 540635ba ths
#define TARGET_NR_sync                        (TARGET_NR_Linux + 157)
163 540635ba ths
#define TARGET_NR_acct                        (TARGET_NR_Linux + 158)
164 540635ba ths
#define TARGET_NR_settimeofday                (TARGET_NR_Linux + 159)
165 540635ba ths
#define TARGET_NR_mount                        (TARGET_NR_Linux + 160)
166 540635ba ths
#define TARGET_NR_umount2                        (TARGET_NR_Linux + 161)
167 540635ba ths
#define TARGET_NR_swapon                        (TARGET_NR_Linux + 162)
168 540635ba ths
#define TARGET_NR_swapoff                        (TARGET_NR_Linux + 163)
169 540635ba ths
#define TARGET_NR_reboot                        (TARGET_NR_Linux + 164)
170 540635ba ths
#define TARGET_NR_sethostname                (TARGET_NR_Linux + 165)
171 540635ba ths
#define TARGET_NR_setdomainname                (TARGET_NR_Linux + 166)
172 540635ba ths
#define TARGET_NR_create_module                (TARGET_NR_Linux + 167)
173 540635ba ths
#define TARGET_NR_init_module                (TARGET_NR_Linux + 168)
174 540635ba ths
#define TARGET_NR_delete_module                (TARGET_NR_Linux + 169)
175 540635ba ths
#define TARGET_NR_get_kernel_syms                (TARGET_NR_Linux + 170)
176 540635ba ths
#define TARGET_NR_query_module                (TARGET_NR_Linux + 171)
177 540635ba ths
#define TARGET_NR_quotactl                        (TARGET_NR_Linux + 172)
178 540635ba ths
#define TARGET_NR_nfsservctl                        (TARGET_NR_Linux + 173)
179 540635ba ths
#define TARGET_NR_getpmsg                        (TARGET_NR_Linux + 174)
180 540635ba ths
#define TARGET_NR_putpmsg                        (TARGET_NR_Linux + 175)
181 540635ba ths
#define TARGET_NR_afs_syscall                (TARGET_NR_Linux + 176)
182 540635ba ths
#define TARGET_NR_reserved177                (TARGET_NR_Linux + 177)
183 540635ba ths
#define TARGET_NR_gettid                        (TARGET_NR_Linux + 178)
184 540635ba ths
#define TARGET_NR_readahead                        (TARGET_NR_Linux + 179)
185 540635ba ths
#define TARGET_NR_setxattr                        (TARGET_NR_Linux + 180)
186 540635ba ths
#define TARGET_NR_lsetxattr                        (TARGET_NR_Linux + 181)
187 540635ba ths
#define TARGET_NR_fsetxattr                        (TARGET_NR_Linux + 182)
188 540635ba ths
#define TARGET_NR_getxattr                        (TARGET_NR_Linux + 183)
189 540635ba ths
#define TARGET_NR_lgetxattr                        (TARGET_NR_Linux + 184)
190 540635ba ths
#define TARGET_NR_fgetxattr                        (TARGET_NR_Linux + 185)
191 540635ba ths
#define TARGET_NR_listxattr                        (TARGET_NR_Linux + 186)
192 540635ba ths
#define TARGET_NR_llistxattr                        (TARGET_NR_Linux + 187)
193 540635ba ths
#define TARGET_NR_flistxattr                        (TARGET_NR_Linux + 188)
194 540635ba ths
#define TARGET_NR_removexattr                (TARGET_NR_Linux + 189)
195 540635ba ths
#define TARGET_NR_lremovexattr                (TARGET_NR_Linux + 190)
196 540635ba ths
#define TARGET_NR_fremovexattr                (TARGET_NR_Linux + 191)
197 540635ba ths
#define TARGET_NR_tkill                        (TARGET_NR_Linux + 192)
198 540635ba ths
#define TARGET_NR_reserved193                (TARGET_NR_Linux + 193)
199 540635ba ths
#define TARGET_NR_futex                        (TARGET_NR_Linux + 194)
200 540635ba ths
#define TARGET_NR_sched_setaffinity                (TARGET_NR_Linux + 195)
201 540635ba ths
#define TARGET_NR_sched_getaffinity                (TARGET_NR_Linux + 196)
202 540635ba ths
#define TARGET_NR_cacheflush                        (TARGET_NR_Linux + 197)
203 540635ba ths
#define TARGET_NR_cachectl                        (TARGET_NR_Linux + 198)
204 540635ba ths
#define TARGET_NR_sysmips                        (TARGET_NR_Linux + 199)
205 540635ba ths
#define TARGET_NR_io_setup                        (TARGET_NR_Linux + 200)
206 540635ba ths
#define TARGET_NR_io_destroy                        (TARGET_NR_Linux + 201)
207 540635ba ths
#define TARGET_NR_io_getevents                (TARGET_NR_Linux + 202)
208 540635ba ths
#define TARGET_NR_io_submit                        (TARGET_NR_Linux + 203)
209 540635ba ths
#define TARGET_NR_io_cancel                        (TARGET_NR_Linux + 204)
210 540635ba ths
#define TARGET_NR_exit_group                        (TARGET_NR_Linux + 205)
211 540635ba ths
#define TARGET_NR_lookup_dcookie                (TARGET_NR_Linux + 206)
212 540635ba ths
#define TARGET_NR_epoll_create                (TARGET_NR_Linux + 207)
213 540635ba ths
#define TARGET_NR_epoll_ctl                        (TARGET_NR_Linux + 208)
214 540635ba ths
#define TARGET_NR_epoll_wait                        (TARGET_NR_Linux + 209)
215 540635ba ths
#define TARGET_NR_remap_file_pages                (TARGET_NR_Linux + 210)
216 540635ba ths
#define TARGET_NR_rt_sigreturn                (TARGET_NR_Linux + 211)
217 540635ba ths
#define TARGET_NR_fcntl64                        (TARGET_NR_Linux + 212)
218 540635ba ths
#define TARGET_NR_set_tid_address                (TARGET_NR_Linux + 213)
219 540635ba ths
#define TARGET_NR_restart_syscall                (TARGET_NR_Linux + 214)
220 540635ba ths
#define TARGET_NR_semtimedop                        (TARGET_NR_Linux + 215)
221 540635ba ths
#define TARGET_NR_fadvise64                        (TARGET_NR_Linux + 216)
222 540635ba ths
#define TARGET_NR_statfs64                        (TARGET_NR_Linux + 217)
223 540635ba ths
#define TARGET_NR_fstatfs64                        (TARGET_NR_Linux + 218)
224 540635ba ths
#define TARGET_NR_sendfile64                        (TARGET_NR_Linux + 219)
225 540635ba ths
#define TARGET_NR_timer_create                (TARGET_NR_Linux + 220)
226 540635ba ths
#define TARGET_NR_timer_settime                (TARGET_NR_Linux + 221)
227 540635ba ths
#define TARGET_NR_timer_gettime                (TARGET_NR_Linux + 222)
228 540635ba ths
#define TARGET_NR_timer_getoverrun                (TARGET_NR_Linux + 223)
229 540635ba ths
#define TARGET_NR_timer_delete                (TARGET_NR_Linux + 224)
230 540635ba ths
#define TARGET_NR_clock_settime                (TARGET_NR_Linux + 225)
231 540635ba ths
#define TARGET_NR_clock_gettime                (TARGET_NR_Linux + 226)
232 540635ba ths
#define TARGET_NR_clock_getres                (TARGET_NR_Linux + 227)
233 540635ba ths
#define TARGET_NR_clock_nanosleep                (TARGET_NR_Linux + 228)
234 540635ba ths
#define TARGET_NR_tgkill                        (TARGET_NR_Linux + 229)
235 540635ba ths
#define TARGET_NR_utimes                        (TARGET_NR_Linux + 230)
236 540635ba ths
#define TARGET_NR_mbind                        (TARGET_NR_Linux + 231)
237 540635ba ths
#define TARGET_NR_get_mempolicy                (TARGET_NR_Linux + 232)
238 540635ba ths
#define TARGET_NR_set_mempolicy                (TARGET_NR_Linux + 233)
239 540635ba ths
#define TARGET_NR_mq_open                        (TARGET_NR_Linux + 234)
240 540635ba ths
#define TARGET_NR_mq_unlink                        (TARGET_NR_Linux + 235)
241 540635ba ths
#define TARGET_NR_mq_timedsend                (TARGET_NR_Linux + 236)
242 540635ba ths
#define TARGET_NR_mq_timedreceive                (TARGET_NR_Linux + 237)
243 540635ba ths
#define TARGET_NR_mq_notify                        (TARGET_NR_Linux + 238)
244 540635ba ths
#define TARGET_NR_mq_getsetattr                (TARGET_NR_Linux + 239)
245 540635ba ths
#define TARGET_NR_vserver                        (TARGET_NR_Linux + 240)
246 540635ba ths
#define TARGET_NR_waitid                        (TARGET_NR_Linux + 241)
247 540635ba ths
/* #define TARGET_NR_sys_setaltroot                (TARGET_NR_Linux + 242) */
248 540635ba ths
#define TARGET_NR_add_key                        (TARGET_NR_Linux + 243)
249 540635ba ths
#define TARGET_NR_request_key                (TARGET_NR_Linux + 244)
250 540635ba ths
#define TARGET_NR_keyctl                        (TARGET_NR_Linux + 245)
251 540635ba ths
#define TARGET_NR_set_thread_area                (TARGET_NR_Linux + 246)
252 540635ba ths
#define TARGET_NR_inotify_init                (TARGET_NR_Linux + 247)
253 540635ba ths
#define TARGET_NR_inotify_add_watch                (TARGET_NR_Linux + 248)
254 540635ba ths
#define TARGET_NR_inotify_rm_watch                (TARGET_NR_Linux + 249)
255 540635ba ths
#define TARGET_NR_migrate_pages                (TARGET_NR_Linux + 250)
256 540635ba ths
#define TARGET_NR_openat                        (TARGET_NR_Linux + 251)
257 540635ba ths
#define TARGET_NR_mkdirat                        (TARGET_NR_Linux + 252)
258 540635ba ths
#define TARGET_NR_mknodat                        (TARGET_NR_Linux + 253)
259 540635ba ths
#define TARGET_NR_fchownat                        (TARGET_NR_Linux + 254)
260 540635ba ths
#define TARGET_NR_futimesat                        (TARGET_NR_Linux + 255)
261 540635ba ths
#define TARGET_NR_newfstatat                        (TARGET_NR_Linux + 256)
262 540635ba ths
#define TARGET_NR_unlinkat                        (TARGET_NR_Linux + 257)
263 540635ba ths
#define TARGET_NR_renameat                        (TARGET_NR_Linux + 258)
264 540635ba ths
#define TARGET_NR_linkat                        (TARGET_NR_Linux + 259)
265 540635ba ths
#define TARGET_NR_symlinkat                        (TARGET_NR_Linux + 260)
266 540635ba ths
#define TARGET_NR_readlinkat                        (TARGET_NR_Linux + 261)
267 540635ba ths
#define TARGET_NR_fchmodat                        (TARGET_NR_Linux + 262)
268 540635ba ths
#define TARGET_NR_faccessat                        (TARGET_NR_Linux + 263)
269 540635ba ths
#define TARGET_NR_pselect6                        (TARGET_NR_Linux + 264)
270 540635ba ths
#define TARGET_NR_ppoll                        (TARGET_NR_Linux + 265)
271 540635ba ths
#define TARGET_NR_unshare                        (TARGET_NR_Linux + 266)
272 540635ba ths
#define TARGET_NR_splice                        (TARGET_NR_Linux + 267)
273 540635ba ths
#define TARGET_NR_sync_file_range                (TARGET_NR_Linux + 268)
274 540635ba ths
#define TARGET_NR_tee                        (TARGET_NR_Linux + 269)
275 540635ba ths
#define TARGET_NR_vmsplice                        (TARGET_NR_Linux + 270)
276 540635ba ths
#define TARGET_NR_move_pages                        (TARGET_NR_Linux + 271)
277 540635ba ths
#define TARGET_NR_set_robust_list                (TARGET_NR_Linux + 272)
278 540635ba ths
#define TARGET_NR_get_robust_list                (TARGET_NR_Linux + 273)
279 540635ba ths
#define TARGET_NR_kexec_load                        (TARGET_NR_Linux + 274)
280 540635ba ths
#define TARGET_NR_getcpu                        (TARGET_NR_Linux + 275)
281 540635ba ths
#define TARGET_NR_epoll_pwait                (TARGET_NR_Linux + 276)
282 540635ba ths
#define TARGET_NR_ioprio_set                        (TARGET_NR_Linux + 277)
283 540635ba ths
#define TARGET_NR_ioprio_get                        (TARGET_NR_Linux + 278)
284 540635ba ths
#define TARGET_NR_utimensat                        (TARGET_NR_Linux + 279)
285 540635ba ths
#define TARGET_NR_signalfd                        (TARGET_NR_Linux + 280)
286 540635ba ths
#define TARGET_NR_timerfd                        (TARGET_NR_Linux + 281)
287 540635ba ths
#define TARGET_NR_eventfd                        (TARGET_NR_Linux + 282)
288 540635ba ths
#define TARGET_NR_fallocate                        (TARGET_NR_Linux + 283)
289 4b627a23 Riku Voipio
#define TARGET_NR_timerfd_create                (TARGET_NR_Linux + 284)
290 4b627a23 Riku Voipio
#define TARGET_NR_timerfd_gettime                (TARGET_NR_Linux + 285)
291 4b627a23 Riku Voipio
#define TARGET_NR_timerfd_settime                (TARGET_NR_Linux + 286)
292 4b627a23 Riku Voipio
#define TARGET_NR_signalfd4                        (TARGET_NR_Linux + 287)
293 4b627a23 Riku Voipio
#define TARGET_NR_eventfd2                        (TARGET_NR_Linux + 288)
294 4b627a23 Riku Voipio
#define TARGET_NR_epoll_create1                (TARGET_NR_Linux + 289)
295 4b627a23 Riku Voipio
#define TARGET_NR_dup3                                (TARGET_NR_Linux + 290)
296 4b627a23 Riku Voipio
#define TARGET_NR_pipe2                        (TARGET_NR_Linux + 291)
297 4b627a23 Riku Voipio
#define TARGET_NR_inotify_init1                (TARGET_NR_Linux + 292)