Re: [ANN] Lua 5.2.3 (rc1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.3 (rc1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2013年11月14日 10:51:31 -0200
> I work on embedded linux system (see http://buildroot.net/) where the
> C lib has or NOT the Large File Support.
But is it POSIX? What target are you using to build Lua?
> Could you remove from the top of src/liolib.c :
> #if !defined(_FILE_OFFSET_BITS)
> #define _LARGEFILE_SOURCE 1
> #define _FILE_OFFSET_BITS 64
> #endif
Why does this not work for you?