Fix some more reported issues

This commit is contained in:
Justine Tunney 2022-04-28 20:36:33 -07:00
parent 80c4533303
commit c9a981fdbe
12 changed files with 206 additions and 255 deletions

View file

@ -646,7 +646,7 @@ static int LuaUnixRaise(lua_State *L) {
}
// unix.wait([pid:int, options:int])
// ├─→ pid:int, wstatus:int
// ├─→ pid:int, wstatus:int, unix.Rusage
// └─→ nil, unix.Errno
static int LuaUnixWait(lua_State *L) {
struct rusage ru;