summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-21 19:32:53 +0200
committerGitHub <noreply@github.com>2020-05-21 19:32:53 +0200
commit8e5d7aa79c1268b779ccd603f1058638472de8ae (patch)
tree04ba691dcb063248baf1bddaf9fd9c4ea87f73a5 /vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
parent9eb6c3056398c3776018eccd121ac487a9282c36 (diff)
parent2ecd15c0d236916d2894c87c73aeeeb08978614f (diff)
downloadpodman-8e5d7aa79c1268b779ccd603f1058638472de8ae.tar.gz
podman-8e5d7aa79c1268b779ccd603f1058638472de8ae.tar.bz2
podman-8e5d7aa79c1268b779ccd603f1058638472de8ae.zip
Merge pull request #6316 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.2
Bump github.com/onsi/ginkgo from 1.12.0 to 1.12.2
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
index fe6caa6eb..4866fced8 100644
--- a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
+++ b/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
@@ -31,6 +31,7 @@ var sysctlMib = []mibentry{
{"hw.model", []_C_int{6, 2}},
{"hw.ncpu", []_C_int{6, 3}},
{"hw.ncpufound", []_C_int{6, 21}},
+ {"hw.ncpuonline", []_C_int{6, 25}},
{"hw.pagesize", []_C_int{6, 7}},
{"hw.perfpolicy", []_C_int{6, 23}},
{"hw.physmem", []_C_int{6, 19}},