We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need extra functionality:
sigaction
localtime
mktime
{[err] = errno, [msg] = sys_errlist[errno]}
environ
In long run we could try to integrate luaposix with our code base.
Fortunately, most libraries available at LuaRocks are MIT licensed :)
The text was updated successfully, but these errors were encountered:
localtime and mktime are not needed. They're implemented by os.date and os.time respectively.
os.date
os.time
Sorry, something went wrong.
No branches or pull requests
We need extra functionality:
sigaction
wrapper)localtime
andmktime
){[err] = errno, [msg] = sys_errlist[errno]}
instead of just a numberenviron
tableIn long run we could try to integrate luaposix with our code base.
Fortunately, most libraries available at LuaRocks are MIT licensed :)
The text was updated successfully, but these errors were encountered: