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/mips/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/mips/syscall_nr.h')
| -rw-r--r-- | linux-user/mips/syscall_nr.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux-user/mips/syscall_nr.h b/linux-user/mips/syscall_nr.h index 059530801b..fbdc348ffc 100644 --- a/linux-user/mips/syscall_nr.h +++ b/linux-user/mips/syscall_nr.h @@ -332,3 +332,16 @@ #define TARGET_NR_dup3 (TARGET_NR_Linux + 327) #define TARGET_NR_pipe2 (TARGET_NR_Linux + 328) #define TARGET_NR_inotify_init1 (TARGET_NR_Linux + 329) +#define TARGET_NR_preadv (TARGET_NR_Linux + 330) +#define TARGET_NR_pwritev (TARGET_NR_Linux + 331) +#define TARGET_NR_rt_tgsigqueueinfo (TARGET_NR_Linux + 332) +#define TARGET_NR_perf_event_open (TARGET_NR_Linux + 333) +#define TARGET_NR_accept4 (TARGET_NR_Linux + 334) +#define TARGET_NR_recvmmsg (TARGET_NR_Linux + 335) +#define TARGET_NR_fanotify_init (TARGET_NR_Linux + 336) +#define TARGET_NR_fanotify_mark (TARGET_NR_Linux + 337) +#define TARGET_NR_prlimit64 (TARGET_NR_Linux + 338) +#define TARGET_NR_name_to_handle_at (TARGET_NR_Linux + 339) +#define TARGET_NR_open_by_handle_at (TARGET_NR_Linux + 340) +#define TARGET_NR_clock_adjtime (TARGET_NR_Linux + 341) +#define TARGET_NR_syncfs (TARGET_NR_Linux + 342) |
