diff options
| author | John Paul Adrian Glaubitz | 2017-01-16 23:31:40 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2017-02-16 15:29:16 +0100 |
| commit | 3148ff84044bd909c10b9ffe511157b774fc709b (patch) | |
| tree | 4bb67e79069df8de7065971fa5d48872212cc31b /linux-user/sh4 | |
| parent | linux-user: manage two new IFLA host message types (diff) | |
| download | qemu-3148ff84044bd909c10b9ffe511157b774fc709b.tar.gz qemu-3148ff84044bd909c10b9ffe511157b774fc709b.tar.xz qemu-3148ff84044bd909c10b9ffe511157b774fc709b.zip | |
linux-user: Update sh4 syscall definitions to match Linux 4.8
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170116223140.18634-2-glaubitz@physik.fu-berlin.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/sh4')
| -rw-r--r-- | linux-user/sh4/syscall_nr.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-user/sh4/syscall_nr.h b/linux-user/sh4/syscall_nr.h index e99f73589d..d6c1e059f6 100644 --- a/linux-user/sh4/syscall_nr.h +++ b/linux-user/sh4/syscall_nr.h @@ -372,3 +372,17 @@ #define TARGET_NR_process_vm_writev 366 #define TARGET_NR_kcmp 367 #define TARGET_NR_finit_module 368 +#define TARGET_NR_sched_getattr 369 +#define TARGET_NR_sched_setattr 370 +#define TARGET_NR_renameat2 371 +#define TARGET_NR_seccomp 372 +#define TARGET_NR_getrandom 373 +#define TARGET_NR_memfd_create 374 +#define TARGET_NR_bpf 375 +#define TARGET_NR_execveat 376 +#define TARGET_NR_userfaultfd 377 +#define TARGET_NR_membarrier 378 +#define TARGET_NR_mlock2 379 +#define TARGET_NR_copy_file_range 380 +#define TARGET_NR_preadv2 381 +#define TARGET_NR_pwritev2 382 |
