Commit 287728885333b1bcd020d3dc1b8f41419ff13992
1 parent
b15ad61c
CRIS: Add a bunch of syscall numbers.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6223 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
44 additions
and
0 deletions
linux-user/cris/syscall_nr.h
... | ... | @@ -289,3 +289,47 @@ |
289 | 289 | #define TARGET_NR_add_key 286 |
290 | 290 | #define TARGET_NR_request_key 287 |
291 | 291 | #define TARGET_NR_keyctl 288 |
292 | +#define TARGET_NR_ioprio_set 289 | |
293 | +#define TARGET_NR_ioprio_get 290 | |
294 | +#define TARGET_NR_inotify_init 291 | |
295 | +#define TARGET_NR_inotify_add_watch 292 | |
296 | +#define TARGET_NR_inotify_rm_watch 293 | |
297 | +#define TARGET_NR_migrate_pages 294 | |
298 | +#define TARGET_NR_openat 295 | |
299 | +#define TARGET_NR_mkdirat 296 | |
300 | +#define TARGET_NR_mknodat 297 | |
301 | +#define TARGET_NR_fchownat 298 | |
302 | +#define TARGET_NR_futimesat 299 | |
303 | +#define TARGET_NR_fstatat64 300 | |
304 | +#define TARGET_NR_unlinkat 301 | |
305 | +#define TARGET_NR_renameat 302 | |
306 | +#define TARGET_NR_linkat 303 | |
307 | +#define TARGET_NR_symlinkat 304 | |
308 | +#define TARGET_NR_readlinkat 305 | |
309 | +#define TARGET_NR_fchmodat 306 | |
310 | +#define TARGET_NR_faccessat 307 | |
311 | +#define TARGET_NR_pselect6 308 | |
312 | +#define TARGET_NR_ppoll 309 | |
313 | +#define TARGET_NR_unshare 310 | |
314 | +#define TARGET_NR_set_robust_list 311 | |
315 | +#define TARGET_NR_get_robust_list 312 | |
316 | +#define TARGET_NR_splice 313 | |
317 | +#define TARGET_NR_sync_file_range 314 | |
318 | +#define TARGET_NR_tee 315 | |
319 | +#define TARGET_NR_vmsplice 316 | |
320 | +#define TARGET_NR_move_pages 317 | |
321 | +#define TARGET_NR_getcpu 318 | |
322 | +#define TARGET_NR_epoll_pwait 319 | |
323 | +#define TARGET_NR_utimensat 320 | |
324 | +#define TARGET_NR_signalfd 321 | |
325 | +#define TARGET_NR_timerfd_create 322 | |
326 | +#define TARGET_NR_eventfd 323 | |
327 | +#define TARGET_NR_fallocate 324 | |
328 | +#define TARGET_NR_timerfd_settime 325 | |
329 | +#define TARGET_NR_timerfd_gettime 326 | |
330 | +#define TARGET_NR_signalfd4 327 | |
331 | +#define TARGET_NR_eventfd2 328 | |
332 | +#define TARGET_NR_epoll_create1 329 | |
333 | +#define TARGET_NR_dup3 330 | |
334 | +#define TARGET_NR_pipe2 331 | |
335 | +#define TARGET_NR_inotify_init1 332 | ... | ... |