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:55:27 +0200 |
commit | 32e750516c653bc3005aaef87124a587a7bef196 (patch) | |
tree | a90a00b58b191b7691cc2252ac4cf81b0aa50a74 /sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | |
parent | 406fb327fb3b617d6abdd54bed2967c2a9f384c4 (diff) | |
download | glibc-32e750516c653bc3005aaef87124a587a7bef196.tar glibc-32e750516c653bc3005aaef87124a587a7bef196.tar.gz glibc-32e750516c653bc3005aaef87124a587a7bef196.tar.bz2 glibc-32e750516c653bc3005aaef87124a587a7bef196.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist b/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist index 379779793c..68aa865da4 100644 --- a/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist +++ b/sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist @@ -1484,6 +1484,8 @@ GLIBC_2.1 aio_read F GLIBC_2.1 aio_read64 F GLIBC_2.1 aio_return F GLIBC_2.1 aio_return64 F +GLIBC_2.1 aio_suspend F +GLIBC_2.1 aio_suspend64 F GLIBC_2.1 alphasort64 F GLIBC_2.1 argp_err_exit_status D 0x4 GLIBC_2.1 argp_error F @@ -2373,6 +2375,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 @@ -2470,6 +2473,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 |