[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bug in lauxlib.c : new explanation
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 14 May 2020 12:57:04 -0300
> fclose can change errno.. . also reset it to zero.
It cannot reset it. ISO C ensures this:
The value of errno is zero at program startup, but is never set to
zero by any library function.
-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org