diff options
author | Riku Voipio <riku.voipio@linaro.org> | 2014-01-13 14:04:20 +0200 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-02-18 16:45:55 +0200 |
commit | 4fc4732047bf475f70b14c83053d7c6b22cb9d2f (patch) | |
tree | 8d62de8928a658cb02a317e0048e17de4d9521be /linux-user/arm/syscall_nr.h | |
parent | 46eef33b89e936ca793e13c4aeea1414e97e8dbb (diff) | |
download | qemu-4fc4732047bf475f70b14c83053d7c6b22cb9d2f.zip |
linux-user: sync syscall numbers upto 3.13
All others updated except unicore, which doesn't look right to
begin with.
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/arm/syscall_nr.h')
-rw-r--r-- | linux-user/arm/syscall_nr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h index 42d68550dc..bef847cfae 100644 --- a/linux-user/arm/syscall_nr.h +++ b/linux-user/arm/syscall_nr.h @@ -378,3 +378,9 @@ #define TARGET_NR_open_by_handle_at (371) #define TARGET_NR_clock_adjtime (372) #define TARGET_NR_syncfs (373) +#define TARGET_NR_sendmmsg (374) +#define TARGET_NR_setns (375) +#define TARGET_NR_process_vm_readv (376) +#define TARGET_NR_process_vm_writev (377) +#define TARGET_NR_kcmp (378) +#define TARGET_NR_finit_module (379) |