aboutsummaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-25 10:30:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-25 11:50:24 +0200
commit1f3a8e716d44d1307fe057a5b9f542108e4fbd55 (patch)
tree4dd2b6f030465db2845e47e1e14fada7ff7417fb /rt/Makefile
parent1a7d0dedf0c579ff4c4146a861228bd381178905 (diff)
downloadglibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.zip
glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.gz
glibc-1f3a8e716d44d1307fe057a5b9f542108e4fbd55.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 11924cd..119b757 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 \