From 32e750516c653bc3005aaef87124a587a7bef196 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 25 Jun 2021 10:30:36 +0200 Subject: Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc The symbols were moved using scripts/move-symbol-to-libc.py. There is a minor oddity here: This is generic code shared with Hurd, and Hurd does not have time64 support. This is why the versioned_symbol export for __aio_suspend_time64 is restricted to the PTHREAD_IN_LIBC code. Reviewed-by: Adhemerva Zanella --- rt/Versions | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rt/Versions') diff --git a/rt/Versions b/rt/Versions index 0780dc8..d54b9cc 100644 --- a/rt/Versions +++ b/rt/Versions @@ -12,6 +12,8 @@ libc { aio_read64; aio_return; aio_return64; + aio_suspend; + aio_suspend64; %endif } GLIBC_2.2 { @@ -31,6 +33,8 @@ libc { aio_read64; aio_return; aio_return64; + aio_suspend; + aio_suspend64; %endif shm_open; shm_unlink; @@ -63,9 +67,9 @@ librt { aio_read64; aio_return; aio_return64; -%endif aio_suspend; aio_suspend64; +%endif aio_write; aio_write64; lio_listio; -- cgit v1.1