aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd_syscall1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/os_openbsd_syscall1.go')
-rw-r--r--src/runtime/os_openbsd_syscall1.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/os_openbsd_syscall1.go b/src/runtime/os_openbsd_syscall1.go
index 0f3d5f0b73..ecae67aa2f 100644
--- a/src/runtime/os_openbsd_syscall1.go
+++ b/src/runtime/os_openbsd_syscall1.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 openbsd && !amd64 && !arm64
-// +build openbsd,!amd64,!arm64
+//go:build openbsd && !386 && !amd64 && !arm64
+// +build openbsd,!386,!amd64,!arm64
package runtime