diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-25 10:30:36 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-25 11:55:01 +0200 |
commit | 406fb327fb3b617d6abdd54bed2967c2a9f384c4 (patch) | |
tree | 4a544ce897207407b495b69f24c8406f3ece34f4 /rt/Versions | |
parent | 7ad553b96e2d5b88b79506b9a60c21415072ccaf (diff) | |
download | glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.gz glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.xz glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.zip |
Linux: Move aio_return, aio_return64 into libc
The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'rt/Versions')
-rw-r--r-- | rt/Versions | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rt/Versions b/rt/Versions index 6db40bebc4..0780dc8400 100644 --- a/rt/Versions +++ b/rt/Versions @@ -10,6 +10,8 @@ libc { aio_fsync64; aio_read; aio_read64; + aio_return; + aio_return64; %endif } GLIBC_2.2 { @@ -27,6 +29,8 @@ libc { aio_fsync64; aio_read; aio_read64; + aio_return; + aio_return64; %endif shm_open; shm_unlink; @@ -57,9 +61,9 @@ librt { aio_init; aio_read; aio_read64; -%endif aio_return; aio_return64; +%endif aio_suspend; aio_suspend64; aio_write; |