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:
@ -1487,6 +1487,8 @@ GLIBC_2.1 aio_return F
|
||||
GLIBC_2.1 aio_return64 F
|
||||
GLIBC_2.1 aio_suspend F
|
||||
GLIBC_2.1 aio_suspend64 F
|
||||
GLIBC_2.1 aio_write F
|
||||
GLIBC_2.1 aio_write64 F
|
||||
GLIBC_2.1 alphasort64 F
|
||||
GLIBC_2.1 argp_err_exit_status D 0x4
|
||||
GLIBC_2.1 argp_error F
|
||||
@ -2495,6 +2497,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,5 +1,3 @@
|
||||
GLIBC_2.1 aio_write F
|
||||
GLIBC_2.1 aio_write64 F
|
||||
GLIBC_2.1 lio_listio F
|
||||
GLIBC_2.1 lio_listio64 F
|
||||
GLIBC_2.2 timer_create F
|
||||
|
Reference in New Issue
Block a user