diff options
| author | Anthony Liguori | 2011-07-19 14:43:51 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2011-07-19 14:43:51 +0200 |
| commit | 81773a505554dfbe3f3f48653ab1a02455e9e5ff (patch) | |
| tree | fbb8664c6b0b65f9573528d77ac519d13cf0a3fb /linux-user/alpha/syscall_nr.h | |
| parent | virtio-console: Prevent abort()s in case of host chardev close (diff) | |
| parent | linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64 (diff) | |
| download | qemu-81773a505554dfbe3f3f48653ab1a02455e9e5ff.tar.gz qemu-81773a505554dfbe3f3f48653ab1a02455e9e5ff.tar.xz qemu-81773a505554dfbe3f3f48653ab1a02455e9e5ff.zip | |
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Diffstat (limited to 'linux-user/alpha/syscall_nr.h')
| -rw-r--r-- | linux-user/alpha/syscall_nr.h | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/linux-user/alpha/syscall_nr.h b/linux-user/alpha/syscall_nr.h index e3127df4ac..f6284db22f 100644 --- a/linux-user/alpha/syscall_nr.h +++ b/linux-user/alpha/syscall_nr.h @@ -411,4 +411,25 @@ #define TARGET_NR_signalfd 476 #define TARGET_NR_timerfd 477 #define TARGET_NR_eventfd 478 - +#define TARGET_NR_recvmmsg 479 +#define TARGET_NR_fallocate 480 +#define TARGET_NR_timerfd_create 481 +#define TARGET_NR_timerfd_settime 482 +#define TARGET_NR_timerfd_gettime 483 +#define TARGET_NR_signalfd4 484 +#define TARGET_NR_eventfd2 485 +#define TARGET_NR_epoll_create1 486 +#define TARGET_NR_dup3 487 +#define TARGET_NR_pipe2 488 +#define TARGET_NR_inotify_init1 489 +#define TARGET_NR_preadv 490 +#define TARGET_NR_pwritev 491 +#define TARGET_NR_rt_tgsigqueueinfo 492 +#define TARGET_NR_perf_event_open 493 +#define TARGET_NR_fanotify_init 494 +#define TARGET_NR_fanotify_mark 495 +#define TARGET_NR_prlimit64 496 +#define TARGET_NR_name_to_handle_at 497 +#define TARGET_NR_open_by_handle_at 498 +#define TARGET_NR_clock_adjtime 499 +#define TARGET_NR_syncfs 500 |
