commit | 3b6edd1611e25099a1df20771ce3f88939a0e93a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 15 18:35:05 2011 +0000 |
committer | Riku Voipio <riku.voipio@nokia.com> | Thu Feb 17 11:46:34 2011 +0200 |
tree | 510c84632687df90f0f47d7159c5eb8e9ab7e8aa | |
parent | d2ee72a5b17d95fe0e57e496f1b2ddb2464b5c08 [diff] |
linux-user: Support the epoll syscalls 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.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@nokia.com>