Fix a few reported issues

This commit is contained in:
Justine Tunney 2022-04-21 22:07:21 -07:00
parent a259e43d84
commit 552525cbdd
4 changed files with 23 additions and 7 deletions

View file

@ -643,7 +643,7 @@ static int LuaUnixNanosleep(lua_State *L) {
}
}
// unix.sync(fd:int)
// unix.sync()
static int LuaUnixSync(lua_State *L) {
sync();
return 0;