diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-12 11:31:53 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-17 14:34:54 -0300 |
commit | 5f3a7ebc358fdcbafcab4f1bf4067120fb519dfc (patch) | |
tree | 2596ef70bf10c88ab3e82c35c878ba8ca189aa49 /sysdeps/unix/sysv/linux/m68k/coldfire | |
parent | ded3aeb2025c6686956eb10125aacb9a6e7c298e (diff) | |
download | glibc-5f3a7ebc358fdcbafcab4f1bf4067120fb519dfc.tar.gz glibc-5f3a7ebc358fdcbafcab4f1bf4067120fb519dfc.tar.xz glibc-5f3a7ebc358fdcbafcab4f1bf4067120fb519dfc.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/coldfire')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist index a172d74632..32fd72a78d 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist @@ -492,8 +492,10 @@ GLIBC_2.34 tss_create F GLIBC_2.34 tss_delete F GLIBC_2.34 tss_get F GLIBC_2.34 tss_set F +GLIBC_2.35 __epoll_pwait2_time64 F GLIBC_2.35 __memcmpeq F GLIBC_2.35 _dl_find_object F +GLIBC_2.35 epoll_pwait2 F GLIBC_2.4 _Exit F GLIBC_2.4 _IO_2_1_stderr_ D 0x98 GLIBC_2.4 _IO_2_1_stdin_ D 0x98 |