From 406fb327fb3b617d6abdd54bed2967c2a9f384c4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: Linux: Move aio_return, aio_return64 into libc The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerva Zanella --- rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/Makefile') 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 \ -- cgit v1.2.3