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:01 +0200 |
commit | 406fb327fb3b617d6abdd54bed2967c2a9f384c4 (patch) | |
tree | 4a544ce897207407b495b69f24c8406f3ece34f4 /sysdeps/unix/sysv/linux/sh/be | |
parent | 7ad553b96e2d5b88b79506b9a60c21415072ccaf (diff) | |
download | glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.gz glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.xz glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.zip |
Linux: Move aio_return, aio_return64 into libc
The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/librt.abilist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index a255e3eeac..b9e583fa88 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -16,6 +16,8 @@ GLIBC_2.1 aio_fsync64 F GLIBC_2.1 aio_init F 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 dlopen F GLIBC_2.1 dlvsym F GLIBC_2.10 __cxa_at_quick_exit F @@ -2346,6 +2348,8 @@ GLIBC_2.34 aio_fsync64 F GLIBC_2.34 aio_init F 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 call_once F GLIBC_2.34 cnd_broadcast F GLIBC_2.34 cnd_destroy F diff --git a/sysdeps/unix/sysv/linux/sh/be/librt.abilist b/sysdeps/unix/sysv/linux/sh/be/librt.abilist index 0402dcddcc..4cae24e768 100644 --- a/sysdeps/unix/sysv/linux/sh/be/librt.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/librt.abilist @@ -1,5 +1,3 @@ -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 aio_write F |