From 3df6dcc5c75b40d0ac0a9d22967da0a5a2b8df5c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: Linux: Move aio_cancel, aio_cancel64 into libc The symbols were moved using scripts/move-symbol-to-libc.py. A version placeholder symbol is needed on alpha and sparc because of the additional symbols formerly at version GLIBC_2.3. Reviewed-by: Adhemerval Zanella : --- rt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rt/Makefile') diff --git a/rt/Makefile b/rt/Makefile index 048aacce86..75a4d1c080 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -29,7 +29,6 @@ routines = \ shm_unlink \ librt-routines = \ - aio_cancel \ aio_error \ aio_fsync \ aio_read \ @@ -38,6 +37,7 @@ librt-routines = \ aio_suspend \ aio_write \ aio_write64 \ + librt-compat \ lio_listio \ lio_listio64 \ mq_close \ @@ -56,7 +56,10 @@ librt-routines = \ timer_gettime \ timer_settime \ +librt-shared-only-routines = librt-compat + $(librt-routines-var) += \ + aio_cancel \ aio_misc \ aio_notify \ aio_sigqueue \ -- cgit v1.2.3