1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Adhemerval Zanella
2022-01-12 11:31:53 -03:00
parent ded3aeb202
commit 5f3a7ebc35
41 changed files with 349 additions and 1 deletions

View File

@@ -697,6 +697,7 @@ GLIBC_2.35 epoll_create F
GLIBC_2.35 epoll_create1 F
GLIBC_2.35 epoll_ctl F
GLIBC_2.35 epoll_pwait F
GLIBC_2.35 epoll_pwait2 F
GLIBC_2.35 epoll_wait F
GLIBC_2.35 erand48 F
GLIBC_2.35 erand48_r F