Re: PATCH: file:close() return-value for pipes
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: PATCH: file:close() return-value for pipes
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2011年1月19日 09:22:23 -0200
> This is really two changes, one which fixes the just-plain-wrong behavior of
> the return-value of file:close() when called on a pipe on Linux (and
> presumably also other posix platforms)
Thanks for your patch but Lua targets ANSI C platforms not POSIX.
We prefer to avoid #ifdefs in the main code.