diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 07:43:51 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 07:43:51 -0500 |
commit | 81773a505554dfbe3f3f48653ab1a02455e9e5ff (patch) | |
tree | fbb8664c6b0b65f9573528d77ac519d13cf0a3fb /linux-user/microblaze/syscall_nr.h | |
parent | 0219d73283b6399a737ef5a098f849b956618eaa (diff) | |
parent | 6fea2ea462f4f726249f0e646012d21f24c024b5 (diff) |
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Diffstat (limited to 'linux-user/microblaze/syscall_nr.h')
-rw-r--r-- | linux-user/microblaze/syscall_nr.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h index 3e641cdb4d..f1fe0e7d8f 100644 --- a/linux-user/microblaze/syscall_nr.h +++ b/linux-user/microblaze/syscall_nr.h @@ -364,6 +364,16 @@ #define TARGET_NR_sendmsg 360 /* new */ #define TARGET_NR_recvmsg 361 /* new */ #define TARGET_NR_accept04 362 /* new */ - -#define TARGET_NR_syscalls 363 +#define TARGET_NR_preadv 363 /* new */ +#define TARGET_NR_pwritev 364 /* new */ +#define TARGET_NR_rt_tgsigqueueinfo 365 /* new */ +#define TARGET_NR_perf_event_open 366 /* new */ +#define TARGET_NR_recvmmsg 367 /* new */ +#define TARGET_NR_fanotify_init 368 +#define TARGET_NR_fanotify_mark 369 +#define TARGET_NR_prlimit64 370 +#define TARGET_NR_name_to_handle_at 371 +#define TARGET_NR_open_by_handle_at 372 +#define TARGET_NR_clock_adjtime 373 +#define TARGET_NR_syncfs 374 |