From 5f3a7ebc358fdcbafcab4f1bf4067120fb519dfc Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 12 Jan 2022 11:31:53 -0300 Subject: 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 --- sysdeps/unix/sysv/linux/or1k/libc.abilist | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/or1k') diff --git a/sysdeps/unix/sysv/linux/or1k/libc.abilist b/sysdeps/unix/sysv/linux/or1k/libc.abilist index eea4e3dc3f..ac2a8284ce 100644 --- a/sysdeps/unix/sysv/linux/or1k/libc.abilist +++ b/sysdeps/unix/sysv/linux/or1k/libc.abilist @@ -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 -- cgit v1.2.3