From d979e8eb544da31df78bc76358a73f0d1c823c17 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 27 Jun 2011 17:44:51 +0100 Subject: linux-user: Add syscall numbers from kernel 2.6.39.2 Add syscall numbers for new syscall numbers; this brings us into line with Linux 2.6.39.2. Signed-off-by: Peter Maydell Signed-off-by: Riku Voipio --- linux-user/cris/syscall_nr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-user/cris/syscall_nr.h') diff --git a/linux-user/cris/syscall_nr.h b/linux-user/cris/syscall_nr.h index 6132817105..98f1a0b415 100644 --- a/linux-user/cris/syscall_nr.h +++ b/linux-user/cris/syscall_nr.h @@ -333,3 +333,5 @@ #define TARGET_NR_dup3 330 #define TARGET_NR_pipe2 331 #define TARGET_NR_inotify_init1 332 +#define TARGET_NR_preadv 333 +#define TARGET_NR_pwritev 334 -- cgit v1.2.3