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:55:01 +0200
commit406fb327fb3b617d6abdd54bed2967c2a9f384c4 (patch)
tree4a544ce897207407b495b69f24c8406f3ece34f4 /rt/Makefile
parent7ad553b96e2d5b88b79506b9a60c21415072ccaf (diff)
downloadglibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar
glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.gz
glibc-406fb327fb3b617d6abdd54bed2967c2a9f384c4.tar.bz2
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/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index ec2aff9ce4..29c9aa5f05 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -29,7 +29,6 @@ routines = \
shm_unlink \
librt-routines = \
- aio_return \
aio_suspend \
aio_write \
aio_write64 \
@@ -62,6 +61,7 @@ $(librt-routines-var) += \
aio_notify \
aio_read \
aio_read64 \
+ aio_return \
aio_sigqueue \
tests := tst-shm tst-timer tst-timer2 \