Update dependencies (#1929)

This commit is contained in:
Wim
2022-11-27 00:42:16 +01:00
committed by GitHub
parent 6da9d567dc
commit 4fd0a76727
1126 changed files with 1057766 additions and 1385139 deletions

View File

@@ -10,6 +10,7 @@ import (
"os"
"os/exec"
"path/filepath"
"runtime"
"runtime/debug"
"syscall"
"time"
@@ -259,6 +260,8 @@ func Xsysconf(t *TLS, name int32) long {
return -1
case unistd.X_SC_GETGR_R_SIZE_MAX:
return -1
case unistd.X_SC_NPROCESSORS_ONLN:
return long(runtime.NumCPU())
}
panic(todo("", name))