Re: os.tmpname makes empty file
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: os.tmpname makes empty file
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年2月23日 12:10:02 -0300
> I see Robert says that io.tmpname() uses mkstemp() if available; is this
> a fairly recent change?
LUA_USE_MKSTEMP has to be defined for that; it is implied by LUA_USE_POSIX.