diff options
Diffstat (limited to 'runtime/js/30_os.js')
-rw-r--r-- | runtime/js/30_os.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/js/30_os.js b/runtime/js/30_os.js index 9cc2ba5c7..f9df42305 100644 --- a/runtime/js/30_os.js +++ b/runtime/js/30_os.js @@ -30,6 +30,10 @@ return core.opSync("op_network_interfaces"); } + function getGid() { + return core.opSync("op_getgid"); + } + function getUid() { return core.opSync("op_getuid"); } @@ -94,6 +98,7 @@ env, execPath, exit, + getGid, getUid, hostname, loadavg, |