OSDN Git Service

epoll.c: add cancellation to epoll_[p]wait()
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 23 Apr 2012 15:51:25 +0000 (17:51 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:44 +0000 (14:00 +0200)
commit1c17b766a973a013c6967f792c60debb83721e9b
treee9df401574482000f506a5a7ed770833252fe042
parent93002a29bca1eb9d5f83da7569e30a50b8696238
epoll.c: add cancellation to epoll_[p]wait()

While there, fix epoll_pwait syscall, it takes 6 arguments

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/epoll.c