[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debian LFS patch?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 18 Jul 2023 20:41:47 -0400
> I was looking at the Debian LFS bugs and I saw
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345055 there. It seems
> like it was filed against lua50 and when that was obsoleted, the bug
> (including the attached patch) was quickly forgotten.
>
> When I was looking at our current code, I don’t see the change there.
_FILE_OFFSET_BITS is supported since Lua 5.2, first directly in
liolib.c and in Lua 5.3+ in lprefix.h:
https://www.lua.org/source/5.2/liolib.c.html
https://www.lua.org/source/5.3/lprefix.h.html