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_return.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aio/aio_return.c') diff --git a/src/aio/aio_return.c b/src/aio/aio_return.c index df10bdbe..c1ce450c 100644 --- a/src/aio/aio_return.c +++ b/src/aio/aio_return.c @@ -1,6 +1,9 @@ #include +#include "libc.h" ssize_t aio_return(struct aiocb *cb) { return cb->__ret; } + +LFS64(aio_return); -- cgit v1.2.1