On 15 February 2011 18:35, Peter Maydell <peter.mayd...@linaro.org> wrote: > Support the epoll family of syscalls: epoll_create(), epoll_create1(), > epoll_ctl(), epoll_wait() and epoll_pwait(). Note that epoll_create1() > and epoll_pwait() are later additions, so we have to test separately > in configure for their presence. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
PS: the real life motivation for this addition is https://bugs.launchpad.net/qemu-linaro/+bug/644961 and there's also a useful noddy test program attached to this random openwrt bug: https://dev.openwrt.org/ticket/1815 -- PMM