diff options
Diffstat (limited to 'src/runtime/os_openbsd_syscall1.go')
| -rw-r--r-- | src/runtime/os_openbsd_syscall1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_openbsd_syscall1.go b/src/runtime/os_openbsd_syscall1.go index 08928cfef4..b0bef4c504 100644 --- a/src/runtime/os_openbsd_syscall1.go +++ b/src/runtime/os_openbsd_syscall1.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. -// +build openbsd,!amd64 +// +build openbsd,!amd64,!arm64 package runtime |
