diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 12:19:58 +0200 |
commit | 3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917 (patch) | |
tree | 405706ac72d5629cf38ae5845e755665382b29f6 /sysdeps/unix/sysv/linux/mips/mips32/librt.abilist | |
parent | 3353a5a4cfcdc6ef58e1ec036bd3f47ebcc16f3c (diff) | |
download | glibc-3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917.tar glibc-3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917.tar.gz glibc-3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917.tar.bz2 glibc-3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917.zip |
Linux: Move lio_listio, lio_listio64 from librt to libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Placeholder symbols are needed on some architectures, to keep the
GLIBC_2.1 and GLIBC_2.4 symbol versions around.
Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips32/librt.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips32/librt.abilist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/librt.abilist b/sysdeps/unix/sysv/linux/mips/mips32/librt.abilist index 1d8e4643b5..d6bf4d5458 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/librt.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips32/librt.abilist @@ -1,5 +1,3 @@ -GLIBC_2.2 lio_listio F -GLIBC_2.2 lio_listio64 F GLIBC_2.2 timer_create F GLIBC_2.2 timer_delete F GLIBC_2.2 timer_getoverrun F @@ -19,6 +17,5 @@ GLIBC_2.34 __mq_timedreceive_time64 F GLIBC_2.34 __mq_timedsend_time64 F GLIBC_2.34 __timer_gettime64 F GLIBC_2.34 __timer_settime64 F -GLIBC_2.4 lio_listio F -GLIBC_2.4 lio_listio64 F +GLIBC_2.4 __librt_version_placeholder F GLIBC_2.7 __mq_open_2 F |