]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user/arm/syscall_nr.h: Add syscall number for ppoll
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Mar 2012 17:16:36 +0000 (17:16 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 6 Apr 2012 15:49:58 +0000 (18:49 +0300)
The list of ARM syscall numbers was missing the entry for ppoll,
which meant we were accidentally not providing it. (This wasn't
causing any practical issues beyond warnings about unimplemented
syscalls, because glibc will fall back to another code path if the
syscall isn't present.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/arm/syscall_nr.h

index 7f05879ea3c4e4be9b99adefbc7c7287255c79c7..5356395659abbd3ea2058d4f8e6255cd8387cd69 100644 (file)
 #define TARGET_NR_fchmodat                     (333)
 #define TARGET_NR_faccessat                    (334)
 #define TARGET_NR_pselect6                     (335)
-                                       /* 336 for ppoll */
+#define TARGET_NR_ppoll                         (336)
 #define TARGET_NR_unshare                      (337)
 #define TARGET_NR_set_robust_list              (338)
 #define TARGET_NR_get_robust_list              (339)