mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
Fix unix.* comments
This commit is contained in:
parent
0f78a6c692
commit
81d31794f0
1 changed files with 2 additions and 2 deletions
|
@ -1498,8 +1498,8 @@ static const luaL_Reg kLuaUnix[] = {
|
|||
{"fdatasync", LuaUnixFdatasync}, // flush open file w/o metadata
|
||||
{"truncate", LuaUnixTruncate}, // shrink or extend file medium
|
||||
{"ftruncate", LuaUnixTruncate}, // shrink or extend file medium
|
||||
{"umask", LuaUnixUmask}, // change root directory
|
||||
{"chroot", LuaUnixChroot}, // get parent process id
|
||||
{"umask", LuaUnixUmask}, // set default file mask
|
||||
{"chroot", LuaUnixChroot}, // change root directory
|
||||
{"setrlimit", LuaUnixSetrlimit}, // prevent cpu memory bombs
|
||||
{"getrlimit", LuaUnixGetrlimit}, // query resource limits
|
||||
{"getppid", LuaUnixGetppid}, // get parent process id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue