mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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>
This commit is contained in:
@ -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
|
||||
@ -2376,6 +2378,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
|
||||
@ -2552,6 +2556,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
|
||||
|
@ -1,5 +1,4 @@
|
||||
GLIBC_2.1 lio_listio F
|
||||
GLIBC_2.1 lio_listio64 F
|
||||
GLIBC_2.1 __librt_version_placeholder F
|
||||
GLIBC_2.2 timer_create F
|
||||
GLIBC_2.2 timer_delete F
|
||||
GLIBC_2.2 timer_getoverrun F
|
||||
@ -19,6 +18,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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
GLIBC_2.1 lio_listio F
|
||||
GLIBC_2.1 lio_listio64 F
|
||||
GLIBC_2.1 __librt_version_placeholder F
|
||||
GLIBC_2.2 timer_create F
|
||||
GLIBC_2.2 timer_delete F
|
||||
GLIBC_2.2 timer_getoverrun F
|
||||
@ -19,6 +18,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
|
||||
|
Reference in New Issue
Block a user