diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 11:48:46 +0200 |
commit | 3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c (patch) | |
tree | 7d411f73feedaca24ae047dca2f4892c412e246d /sysdeps/unix/sysv/linux/arm/be/libc.abilist | |
parent | d12506b2dbbeb259468e0f06e87a98174e69a743 (diff) | |
download | glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.tar glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.tar.gz glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.tar.bz2 glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.zip |
Linux: Move aio_cancel, aio_cancel64 into libc
The symbols were moved using scripts/move-symbol-to-libc.py.
A version placeholder symbol is needed on alpha and sparc because
of the additional symbols formerly at version GLIBC_2.3.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>:
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/be/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/be/libc.abilist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/be/libc.abilist b/sysdeps/unix/sysv/linux/arm/be/libc.abilist index 582aa645c0..85526095ec 100644 --- a/sysdeps/unix/sysv/linux/arm/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/be/libc.abilist @@ -278,6 +278,8 @@ GLIBC_2.34 __wait3_time64 F GLIBC_2.34 __wait4_time64 F GLIBC_2.34 _pthread_cleanup_pop F GLIBC_2.34 _pthread_cleanup_push F +GLIBC_2.34 aio_cancel F +GLIBC_2.34 aio_cancel64 F GLIBC_2.34 aio_init F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F @@ -982,6 +984,8 @@ GLIBC_2.4 addseverity F GLIBC_2.4 adjtime F GLIBC_2.4 adjtimex F GLIBC_2.4 advance F +GLIBC_2.4 aio_cancel F +GLIBC_2.4 aio_cancel64 F GLIBC_2.4 aio_init F GLIBC_2.4 alarm F GLIBC_2.4 alphasort F |