Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added simple implementation of epoll_pwait
Golang 1.10.x started using epoll_pwait instead of regular epoll_wait and the golang-httpserver app does not work anymore. This patch adds basic implementation of epoll_pwait that returns error if non-null sigmask was passed otherwise delegates to epoll_wait. Signed-off-by: Waldemar Kozaczuk <[email protected]>
- Loading branch information