aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_libc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sys_libc.go')
-rw-r--r--src/runtime/sys_libc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/sys_libc.go b/src/runtime/sys_libc.go
index 346b1ab285..b1a9f8b536 100644
--- a/src/runtime/sys_libc.go
+++ b/src/runtime/sys_libc.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build darwin || (openbsd && 386) || (openbsd && amd64) || (openbsd && arm) || (openbsd && arm64)
-// +build darwin openbsd,386 openbsd,amd64 openbsd,arm openbsd,arm64
+//go:build darwin || (openbsd && !mips64)
+// +build darwin openbsd,!mips64
package runtime