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/aio_readwrite.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aio/aio_readwrite.c') diff --git a/src/aio/aio_readwrite.c b/src/aio/aio_readwrite.c index 22782265..8753ffda 100644 --- a/src/aio/aio_readwrite.c +++ b/src/aio/aio_readwrite.c @@ -105,3 +105,6 @@ int aio_write(struct aiocb *cb) cb->aio_lio_opcode = LIO_WRITE; return new_req(cb); } + +LFS64(aio_read); +LFS64(aio_write); -- cgit v1.2.3