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/microblaze/syscall_nr.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linux-user/microblaze') diff --git a/linux-user/microblaze/syscall_nr.h b/linux-user/microblaze/syscall_nr.h index f1fe0e7d8f..6f530f9d1e 100644 --- a/linux-user/microblaze/syscall_nr.h +++ b/linux-user/microblaze/syscall_nr.h @@ -376,4 +376,9 @@ #define TARGET_NR_open_by_handle_at 372 #define TARGET_NR_clock_adjtime 373 #define TARGET_NR_syncfs 374 - +#define TARGET_NR_setns 375 +#define TARGET_NR_sendmmsg 376 +#define TARGET_NR_process_vm_readv 377 +#define TARGET_NR_process_vm_writev 378 +#define TARGET_NR_kcmp 379 +#define TARGET_NR_finit_module 380 -- cgit v1.2.3