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/Makefile | |
parent | 1a7d0dedf0c579ff4c4146a861228bd381178905 (diff) | |
download | glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.gz glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.xz 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/Makefile')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index 11924cd9ef..119b757d2a 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -29,7 +29,6 @@ routines = \ shm_unlink \ librt-routines = \ - aio_fsync \ aio_read \ aio_read64 \ aio_return \ @@ -60,6 +59,7 @@ librt-shared-only-routines = librt-compat $(librt-routines-var) += \ aio_cancel \ aio_error \ + aio_fsync \ aio_misc \ aio_notify \ aio_sigqueue \ |