diff options
author | Riku Voipio | 2014-01-13 13:04:20 +0100 |
---|---|---|
committer | Riku Voipio | 2014-02-18 15:45:55 +0100 |
commit | 4fc4732047bf475f70b14c83053d7c6b22cb9d2f (patch) | |
tree | 8d62de8928a658cb02a317e0048e17de4d9521be /linux-user/x86_64 | |
parent | Fix QEMU build on OpenBSD on x86 archs (diff) | |
download | qemu-4fc4732047bf475f70b14c83053d7c6b22cb9d2f.tar.gz qemu-4fc4732047bf475f70b14c83053d7c6b22cb9d2f.tar.xz 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/x86_64')
-rw-r--r-- | linux-user/x86_64/syscall_nr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux-user/x86_64/syscall_nr.h b/linux-user/x86_64/syscall_nr.h index 947e961ce4..7c59e3a09e 100644 --- a/linux-user/x86_64/syscall_nr.h +++ b/linux-user/x86_64/syscall_nr.h @@ -305,3 +305,10 @@ #define TARGET_NR_open_by_handle_at 304 #define TARGET_NR_clock_adjtime 305 #define TARGET_NR_syncfs 306 +#define TARGET_NR_sendmmsg 307 +#define TARGET_NR_setns 308 +#define TARGET_NR_getcpu 309 +#define TARGET_NR_process_vm_readv 310 +#define TARGET_NR_process_vm_writev 311 +#define TARGET_NR_kcmp 312 +#define TARGET_NR_finit_module 313 |