From 36c30c4ddd92ec3a058d54aac31a5734be6380f8 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 4 Sep 2014 22:01:36 +0200 Subject: add missing legacy LFS *64 symbol aliases versionsort64, aio*64 and lio*64 symbols were missing, they are only needed for glibc ABI compatibility, on the source level dirent.h and aio.h already redirect them. --- src/aio/lio_listio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aio/lio_listio.c') diff --git a/src/aio/lio_listio.c b/src/aio/lio_listio.c index 75ed2257..bd37767e 100644 --- a/src/aio/lio_listio.c +++ b/src/aio/lio_listio.c @@ -141,3 +141,4 @@ int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, st return 0; } +LFS64(lio_listio); -- cgit v1.2.1