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_error.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aio/aio_error.c') diff --git a/src/aio/aio_error.c b/src/aio/aio_error.c index a780fd33..fd42ea11 100644 --- a/src/aio/aio_error.c +++ b/src/aio/aio_error.c @@ -1,6 +1,9 @@ #include +#include "libc.h" int aio_error(const struct aiocb *cb) { return cb->__err; } + +LFS64(aio_error); -- cgit v1.2.1