]> git.proxmox.com Git - qemu.git/commit
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)
commitd1b02ea0dcd20998ef178ddc55fb9765f6aa1d44
treeadaa60584e5037d2a41362d8a314c2615b7c6b89
parentdb9526b10a956fd80c08727685c300b63d5a7465
linux-user/arm/syscall_nr.h: Add syscall number for ppoll

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