Subject: | epoll_pwait moved to sys_epoll_pwait in newer kernels? |
epoll_pwait no longer exists in newer kernels, however, it appears as
if a new system call has been introduced:-
sys_epoll_pwait
which looks like the identical call, with an extra static argument
needed at the end (it must = sizeof(sigset_t))
I'd fix this, but it's a bit beyond my area of expertise (sorry) -
hopefully you know what to do?