From 4fc4732047bf475f70b14c83053d7c6b22cb9d2f Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Mon, 13 Jan 2014 14:04:20 +0200 Subject: 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 --- linux-user/alpha/syscall_nr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linux-user/alpha') diff --git a/linux-user/alpha/syscall_nr.h b/linux-user/alpha/syscall_nr.h index d52d76e..625f301 100644 --- a/linux-user/alpha/syscall_nr.h +++ b/linux-user/alpha/syscall_nr.h @@ -433,3 +433,10 @@ #define TARGET_NR_open_by_handle_at 498 #define TARGET_NR_clock_adjtime 499 #define TARGET_NR_syncfs 500 +#define TARGET_NR_setns 501 +#define TARGET_NR_accept4 502 +#define TARGET_NR_sendmmsg 503 +#define TARGET_NR_process_vm_readv 504 +#define TARGET_NR_process_vm_writev 505 +#define TARGET_NR_kcmp 506 +#define TARGET_NR_finit_module 507 -- cgit v1.1