Skip to content
Commit 5f3a7ebc authored by Adhemerval Zanella's avatar Adhemerval Zanella
Browse files

Linux: Add epoll_pwait2 (BZ #27359)



It is similar to epoll_wait, with the difference the timeout has
nanosecond resoluting by using struct timespec instead of int.

Although Linux interface only provides 64 bit time_t support, old
32 bit interface is also provided (so keep in sync with current
practice and to no force opt-in on 64 bit time_t).

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: default avatarFlorian Weimer <fweimer@redhat.com>
parent ded3aeb2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment