Re: [osv-dev] [PATCH] Provide full implementation of epoll_pwait

2019-06-02 Thread Nadav Har'El
On Sun, Jun 2, 2019 at 6:26 AM Waldemar Kozaczuk wrote: > This patch provides full implementation of epoll_pwait > and exposes it as a public function which is needed > by Node.JS 10. > > The implementation is modeled after pselect/select. > Thanks. I committed this, because it is indeed identic

[osv-dev] [COMMIT osv master] Provide full implementation of epoll_pwait

2019-06-02 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Provide full implementation of epoll_pwait This patch provides full implementation of epoll_pwait and exposes it as a public function which is needed by Node.JS 10. The implementation is modeled after pselect/select. Signed-off-b