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/hppa/librt.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/hppa/librt.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/librt.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/librt.abilist b/sysdeps/unix/sysv/linux/hppa/librt.abilist index 0114c42067..172d23f5c9 100644 --- a/sysdeps/unix/sysv/linux/hppa/librt.abilist +++ b/sysdeps/unix/sysv/linux/hppa/librt.abilist @@ -1,5 +1,3 @@ -GLIBC_2.1 aio_cancel F -GLIBC_2.1 aio_cancel64 F GLIBC_2.1 aio_error F GLIBC_2.1 aio_error64 F GLIBC_2.1 aio_fsync F |