]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: Update m68k syscall definitions to match Linux 4.6
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Mon, 16 Jan 2017 22:49:15 +0000 (23:49 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 Feb 2017 14:29:26 +0000 (15:29 +0100)
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170116224915.19430-2-glaubitz@physik.fu-berlin.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/m68k/syscall_nr.h

index 4b50fb29b6944c8d8c1c53b7751dff5db8694c06..d239551b34d07cecccc7e8338bcd61523aa315e4 100644 (file)
 #define TARGET_NR_userfaultfd           373
 #define TARGET_NR_membarrier            374
 #define TARGET_NR_mlock2                375
+#define TARGET_NR_copy_file_range       376
+#define TARGET_NR_preadv2               377
+#define TARGET_NR_pwritev2              378