From 3fe3f8076e4e0d3f5cd27f85dc0aa76b2f625917 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: 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 --- sysdeps/unix/sysv/linux/sh/le/libc.abilist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysdeps/unix/sysv/linux/sh/le/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/sh/le/libc.abilist b/sysdeps/unix/sysv/linux/sh/le/libc.abilist index 4993b24e22..d8a75db6ed 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libc.abilist @@ -24,6 +24,8 @@ GLIBC_2.1 aio_write F GLIBC_2.1 aio_write64 F GLIBC_2.1 dlopen F GLIBC_2.1 dlvsym F +GLIBC_2.1 lio_listio F +GLIBC_2.1 lio_listio64 F GLIBC_2.10 __cxa_at_quick_exit F GLIBC_2.10 __posix_getopt F GLIBC_2.10 accept4 F @@ -2373,6 +2375,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 @@ -2549,6 +2553,8 @@ GLIBC_2.4 inotify_add_watch F GLIBC_2.4 inotify_init F GLIBC_2.4 inotify_rm_watch 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 open_wmemstream F -- cgit 1.4.1