Searched hist:"3 b6edd1611e25099a1df20771ce3f88939a0e93a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | diff 3b6edd1611e25099a1df20771ce3f88939a0e93a Tue Feb 15 12:35:05 CST 2011 Peter Maydell <peter.maydell@linaro.org> 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>
|
H A D | syscall.c | diff 3b6edd1611e25099a1df20771ce3f88939a0e93a Tue Feb 15 12:35:05 CST 2011 Peter Maydell <peter.maydell@linaro.org> 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>
|
/openbmc/qemu/ |
H A D | configure | diff 3b6edd1611e25099a1df20771ce3f88939a0e93a Tue Feb 15 12:35:05 CST 2011 Peter Maydell <peter.maydell@linaro.org> 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>
|