From 3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: 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 : --- sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist | 4 ++++ sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/le') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist index fccca7ccc6..bd0b3dd94f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist @@ -677,6 +677,8 @@ GLIBC_2.17 addseverity F GLIBC_2.17 adjtime F GLIBC_2.17 adjtimex F GLIBC_2.17 advance F +GLIBC_2.17 aio_cancel F +GLIBC_2.17 aio_cancel64 F GLIBC_2.17 aio_init F GLIBC_2.17 alarm F GLIBC_2.17 aligned_alloc F @@ -2545,6 +2547,8 @@ GLIBC_2.34 __pthread_unregister_cancel_restore F GLIBC_2.34 __pthread_unwind_next 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 diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist index 66dc3e4457..0f3a79e3a4 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist @@ -1,6 +1,4 @@ GLIBC_2.17 __mq_open_2 F -GLIBC_2.17 aio_cancel F -GLIBC_2.17 aio_cancel64 F GLIBC_2.17 aio_error F GLIBC_2.17 aio_error64 F GLIBC_2.17 aio_fsync F -- cgit 1.4.1