From 32e750516c653bc3005aaef87124a587a7bef196 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc The symbols were moved using scripts/move-symbol-to-libc.py. There is a minor oddity here: This is generic code shared with Hurd, and Hurd does not have time64 support. This is why the versioned_symbol export for __aio_suspend_time64 is restricted to the PTHREAD_IN_LIBC code. Reviewed-by: Adhemerva Zanella --- sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist | 4 ++++ sysdeps/unix/sysv/linux/powerpc/powerpc64/be/librt.abilist | 2 -- sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist | 4 ++++ sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist | 2 -- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist index 22d277a32e..40a27cfd26 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libc.abilist @@ -644,6 +644,8 @@ GLIBC_2.3 aio_read F GLIBC_2.3 aio_read64 F GLIBC_2.3 aio_return F GLIBC_2.3 aio_return64 F +GLIBC_2.3 aio_suspend F +GLIBC_2.3 aio_suspend64 F GLIBC_2.3 alarm F GLIBC_2.3 alphasort F GLIBC_2.3 alphasort64 F @@ -2267,6 +2269,8 @@ GLIBC_2.34 aio_read F GLIBC_2.34 aio_read64 F GLIBC_2.34 aio_return F GLIBC_2.34 aio_return64 F +GLIBC_2.34 aio_suspend F +GLIBC_2.34 aio_suspend64 F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F GLIBC_2.34 cnd_destroy F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/librt.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/librt.abilist index b98e7cf9de..205c9536b4 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/librt.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/librt.abilist @@ -1,5 +1,3 @@ -GLIBC_2.3 aio_suspend F -GLIBC_2.3 aio_suspend64 F GLIBC_2.3 aio_write F GLIBC_2.3 aio_write64 F GLIBC_2.3 lio_listio F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist index 15b0f5e367..208096bebf 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist @@ -688,6 +688,8 @@ GLIBC_2.17 aio_read F GLIBC_2.17 aio_read64 F GLIBC_2.17 aio_return F GLIBC_2.17 aio_return64 F +GLIBC_2.17 aio_suspend F +GLIBC_2.17 aio_suspend64 F GLIBC_2.17 alarm F GLIBC_2.17 aligned_alloc F GLIBC_2.17 alphasort F @@ -2566,6 +2568,8 @@ GLIBC_2.34 aio_read F GLIBC_2.34 aio_read64 F GLIBC_2.34 aio_return F GLIBC_2.34 aio_return64 F +GLIBC_2.34 aio_suspend F +GLIBC_2.34 aio_suspend64 F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F GLIBC_2.34 cnd_destroy F diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/le/librt.abilist index 451560dc87..37ff014ed8 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_suspend F -GLIBC_2.17 aio_suspend64 F GLIBC_2.17 aio_write F GLIBC_2.17 aio_write64 F GLIBC_2.17 lio_listio F -- cgit 1.4.1