mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Linux: Move aio_write, aio_write64 into libc
Both symbols have to be moved at the same time because they are intertwined for __WORDSIZE == 64. The treatment of this case is also changed to match more closely how the other files suppress the declaration of the *64 identifier. The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -563,6 +563,8 @@ GLIBC_2.32 aio_return F
|
||||
GLIBC_2.32 aio_return64 F
|
||||
GLIBC_2.32 aio_suspend F
|
||||
GLIBC_2.32 aio_suspend64 F
|
||||
GLIBC_2.32 aio_write F
|
||||
GLIBC_2.32 aio_write64 F
|
||||
GLIBC_2.32 alarm F
|
||||
GLIBC_2.32 aligned_alloc F
|
||||
GLIBC_2.32 alphasort F
|
||||
@ -2133,6 +2135,8 @@ GLIBC_2.34 aio_return F
|
||||
GLIBC_2.34 aio_return64 F
|
||||
GLIBC_2.34 aio_suspend F
|
||||
GLIBC_2.34 aio_suspend64 F
|
||||
GLIBC_2.34 aio_write F
|
||||
GLIBC_2.34 aio_write64 F
|
||||
GLIBC_2.34 call_once F
|
||||
GLIBC_2.34 cnd_broadcast F
|
||||
GLIBC_2.34 cnd_destroy F
|
||||
|
@ -1,6 +1,4 @@
|
||||
GLIBC_2.32 __mq_open_2 F
|
||||
GLIBC_2.32 aio_write F
|
||||
GLIBC_2.32 aio_write64 F
|
||||
GLIBC_2.32 lio_listio F
|
||||
GLIBC_2.32 lio_listio64 F
|
||||
GLIBC_2.32 mq_close F
|
||||
|
Reference in New Issue
Block a user