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/libc.abilist | |
parent | d12506b2dbbeb259468e0f06e87a98174e69a743 (diff) | |
download | glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.tar.gz glibc-3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c.tar.xz 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/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libc.abilist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libc.abilist b/sysdeps/unix/sysv/linux/hppa/libc.abilist index ede6bee0cd..b1392524cd 100644 --- a/sysdeps/unix/sysv/linux/hppa/libc.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libc.abilist @@ -3,6 +3,8 @@ GLIBC_2.0 dlclose F GLIBC_2.0 dlerror F GLIBC_2.0 dlopen F GLIBC_2.0 dlsym F +GLIBC_2.1 aio_cancel F +GLIBC_2.1 aio_cancel64 F GLIBC_2.1 aio_init F GLIBC_2.1 dlopen F GLIBC_2.1 dlvsym F @@ -2322,6 +2324,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 |