nix icon indicating copy to clipboard operation
nix copied to clipboard

Add epoll_pwait

Open DBLouis opened this issue 4 years ago • 5 comments
trafficstars

DBLouis avatar Aug 10 '21 18:08 DBLouis

It seems epoll_pwait is not available on Android

DBLouis avatar Aug 11 '21 05:08 DBLouis

@DBLouis can you fix the test failures?

asomers avatar Aug 18 '21 02:08 asomers

You must rebase to fix the errors relating to bitflags.

asomers avatar Aug 18 '21 14:08 asomers

Since you're in here, would you mind adding doc comments for the epoll stuff?

asomers avatar Aug 18 '21 22:08 asomers

HI @DBLouis, if you are still interested in doing this, you should add a pwait() method to struct Epoll, we have changed its interface in #1882, and now those epoll_xxx() wrappers are deprecated

SteveLauC avatar Dec 09 '23 08:12 SteveLauC