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/s390x/syscall_nr.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linux-user/s390x') diff --git a/linux-user/s390x/syscall_nr.h b/linux-user/s390x/syscall_nr.h index d4529ac03c..7c0b8b2eaa 100644 --- a/linux-user/s390x/syscall_nr.h +++ b/linux-user/s390x/syscall_nr.h @@ -265,6 +265,12 @@ #define TARGET_NR_open_by_handle_at 336 #define TARGET_NR_clock_adjtime 337 #define TARGET_NR_syncfs 338 +#define TARGET_NR_setns 339 +#define TARGET_NR_process_vm_readv 340 +#define TARGET_NR_process_vm_writev 341 +#define TARGET_NR_s390_runtime_instr 342 +#define TARGET_NR_kcmp 343 +#define TARGET_NR_finit_module 344 /* * There are some system calls that are not present on 64 bit, some @@ -355,4 +361,3 @@ #define TARGET_NR_newfstatat 293 #endif - -- cgit v1.2.1