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/microblaze/be/libc.abilist | 5 +++++ sysdeps/unix/sysv/linux/microblaze/be/librt.abilist | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/microblaze/be') diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index 2fce5d9138..19aef593f3 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -602,6 +602,8 @@ GLIBC_2.18 aio_read F GLIBC_2.18 aio_read64 F GLIBC_2.18 aio_return F GLIBC_2.18 aio_return64 F +GLIBC_2.18 aio_suspend F +GLIBC_2.18 aio_suspend64 F GLIBC_2.18 alarm F GLIBC_2.18 aligned_alloc F GLIBC_2.18 alphasort F @@ -2343,6 +2345,7 @@ GLIBC_2.33 stat F GLIBC_2.33 stat64 F GLIBC_2.34 ___adjtimex64 F GLIBC_2.34 __adjtime64 F +GLIBC_2.34 __aio_suspend_time64 F GLIBC_2.34 __clock_adjtime64 F GLIBC_2.34 __clock_getres64 F GLIBC_2.34 __clock_gettime64 F @@ -2440,6 +2443,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/microblaze/be/librt.abilist b/sysdeps/unix/sysv/linux/microblaze/be/librt.abilist index 1503d19eae..06e862de52 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/librt.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/librt.abilist @@ -1,6 +1,4 @@ GLIBC_2.18 __mq_open_2 F -GLIBC_2.18 aio_suspend F -GLIBC_2.18 aio_suspend64 F GLIBC_2.18 aio_write F GLIBC_2.18 aio_write64 F GLIBC_2.18 lio_listio F @@ -20,7 +18,6 @@ GLIBC_2.18 timer_delete F GLIBC_2.18 timer_getoverrun F GLIBC_2.18 timer_gettime F GLIBC_2.18 timer_settime F -GLIBC_2.34 __aio_suspend_time64 F GLIBC_2.34 __mq_timedreceive_time64 F GLIBC_2.34 __mq_timedsend_time64 F GLIBC_2.34 __timer_gettime64 F -- cgit 1.4.1