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:50:24 +0200 |
commit | 1f3a8e716d44d1307fe057a5b9f542108e4fbd55 (patch) | |
tree | 4dd2b6f030465db2845e47e1e14fada7ff7417fb /rt/Versions | |
parent | 1a7d0dedf0c579ff4c4146a861228bd381178905 (diff) | |
download | glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.gz glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.bz2 glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.zip |
Linux: Move aio_fsync, aio_fsync64 into libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'rt/Versions')
-rw-r--r-- | rt/Versions | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rt/Versions b/rt/Versions index aae1d3c47d..1a0aa77fd0 100644 --- a/rt/Versions +++ b/rt/Versions @@ -6,6 +6,8 @@ libc { aio_cancel64; aio_error; aio_error64; + aio_fsync; + aio_fsync64; %endif } GLIBC_2.2 { @@ -19,6 +21,8 @@ libc { aio_init; aio_error; aio_error64; + aio_fsync; + aio_fsync64; %endif shm_open; shm_unlink; @@ -44,10 +48,8 @@ librt { aio_cancel64; aio_error; aio_error64; -%endif aio_fsync; aio_fsync64; -%if !PTHREAD_IN_LIBC aio_init; %endif aio_read; |