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/s390/s390-64/libc.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/s390/s390-64/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist b/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist index 2d6d3fd601..70bc3a8be7 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist @@ -1145,6 +1145,8 @@ GLIBC_2.2 ldexpl F GLIBC_2.2 ldiv F GLIBC_2.2 lfind F GLIBC_2.2 link F +GLIBC_2.2 lio_listio F +GLIBC_2.2 lio_listio64 F GLIBC_2.2 listen F GLIBC_2.2 llabs F GLIBC_2.2 lldiv F @@ -2329,6 +2331,8 @@ GLIBC_2.34 dlopen F GLIBC_2.34 dlsym F GLIBC_2.34 dlvsym F GLIBC_2.34 execveat F +GLIBC_2.34 lio_listio F +GLIBC_2.34 lio_listio64 F GLIBC_2.34 mtx_destroy F GLIBC_2.34 mtx_init F GLIBC_2.34 mtx_lock F @@ -2614,6 +2618,8 @@ GLIBC_2.4 isinfl F GLIBC_2.4 isnanl F GLIBC_2.4 ldexpl F GLIBC_2.4 linkat F +GLIBC_2.4 lio_listio F +GLIBC_2.4 lio_listio64 F GLIBC_2.4 mkdirat F GLIBC_2.4 mkfifoat F GLIBC_2.4 modfl F |