diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 11:48:25 +0200 |
commit | d12506b2dbbeb259468e0f06e87a98174e69a743 (patch) | |
tree | 7dd428bde261bd9f75ab54c86696a8220f203ef9 /sysdeps/unix/sysv/linux/microblaze/le/librt.abilist | |
parent | 97ed4749becdc20481688ee074e90507ca3501dd (diff) | |
download | glibc-d12506b2dbbeb259468e0f06e87a98174e69a743.tar glibc-d12506b2dbbeb259468e0f06e87a98174e69a743.tar.gz glibc-d12506b2dbbeb259468e0f06e87a98174e69a743.tar.bz2 glibc-d12506b2dbbeb259468e0f06e87a98174e69a743.zip |
Linux: Move aio_init from librt into libc
This commit also moves the aio_misc and aio_sigquue helper,
so GLIBC_PRIVATE exports need to be added.
The symbol was moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/le/librt.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/le/librt.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist b/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist index a14deaabdb..679050b4b7 100644 --- a/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/le/librt.abilist @@ -5,7 +5,6 @@ GLIBC_2.18 aio_error F GLIBC_2.18 aio_error64 F GLIBC_2.18 aio_fsync F GLIBC_2.18 aio_fsync64 F -GLIBC_2.18 aio_init F GLIBC_2.18 aio_read F GLIBC_2.18 aio_read64 F GLIBC_2.18 aio_return F |