aboutsummaryrefslogtreecommitdiff
path: root/src/internal/sysinfo/cpuinfo_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/sysinfo/cpuinfo_stub.go')
-rw-r--r--src/internal/sysinfo/cpuinfo_stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/sysinfo/cpuinfo_stub.go b/src/internal/sysinfo/cpuinfo_stub.go
index 5dcfed1137..273166ee61 100644
--- a/src/internal/sysinfo/cpuinfo_stub.go
+++ b/src/internal/sysinfo/cpuinfo_stub.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !linux
+//go:build !(darwin || freebsd || linux || netbsd || openbsd)
package sysinfo