]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Use safe_syscall wrapper for epoll_wait syscalls
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jun 2016 18:58:11 +0000 (19:58 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Wed, 8 Jun 2016 07:13:46 +0000 (10:13 +0300)
commit227f02143f269493543faf6908318c17abd725cd
tree15ff042251957bdc757256bea492c99f5b47fa48
parenta6130237b85e15463592484155aa905a9b39cc6c
linux-user: Use safe_syscall wrapper for epoll_wait syscalls

Use the safe_syscall wrapper for epoll_wait and epoll_pwait syscalls.

Since we now directly use the host epoll_pwait syscall for both
epoll_wait and epoll_pwait, we don't need the configure machinery
to check whether glibc supports epoll_pwait(). (The kernel has
supported the syscall since 2.6.19 so we can assume it's always there.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure
linux-user/syscall.c