From 7c73d2a3fa14cecfd38db7d8a3cd266ce14b9d57 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Fri, 29 Jan 2016 19:39:57 +0200 Subject: linux-user: sync syscall numbers with kernel Sync syscall numbers to match the linux v4.5-rc1 kernel. Reviewed-by: Laurent Vivier Signed-off-by: Riku Voipio --- linux-user/alpha/syscall_nr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linux-user/alpha') diff --git a/linux-user/alpha/syscall_nr.h b/linux-user/alpha/syscall_nr.h index dde8d5c..00e14bb 100644 --- a/linux-user/alpha/syscall_nr.h +++ b/linux-user/alpha/syscall_nr.h @@ -444,3 +444,9 @@ #define TARGET_NR_process_vm_writev 505 #define TARGET_NR_kcmp 506 #define TARGET_NR_finit_module 507 +#define TARGET_NR_sched_setattr 508 +#define TARGET_NR_sched_getattr 509 +#define TARGET_NR_renameat2 510 +#define TARGET_NR_getrandom 511 +#define TARGET_NR_memfd_create 512 +#define TARGET_NR_execveat 513 -- cgit v1.1