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_fsync.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aio/aio_fsync.c') diff --git a/src/aio/aio_fsync.c b/src/aio/aio_fsync.c index 0ac6ea87..6e1a70ab 100644 --- a/src/aio/aio_fsync.c +++ b/src/aio/aio_fsync.c @@ -1,5 +1,6 @@ #include #include +#include "libc.h" int aio_fsync(int op, struct aiocb *cb) { @@ -7,3 +8,5 @@ int aio_fsync(int op, struct aiocb *cb) errno = EINVAL; return -1; } + +LFS64(aio_fsync); -- cgit 1.4.1