lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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?