aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_openbsd_syscall2.go
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2021-01-26 23:06:51 +1100
committerJoel Sing <joel@sing.id.au>2021-01-27 12:18:00 +0000
commitcd176b361591420f84fcbcaaf0cf24351aed0995 (patch)
tree70509793658892c16985be48e340ec630694968b /src/runtime/os_openbsd_syscall2.go
parent6c8fbfbdcfa48ca29926097b20767fe83409b3ed (diff)
downloadgo-cd176b361591420f84fcbcaaf0cf24351aed0995.tar.gz
go-cd176b361591420f84fcbcaaf0cf24351aed0995.zip
runtime: switch runtime to libc for openbsd/arm64
Use libc rather than performing direct system calls for the runtime on openbsd/arm64. Updates #36435 Change-Id: I8bd41dfec16209f2b9a83dda24b9a1e4b06757c6 Reviewed-on: https://go-review.googlesource.com/c/go/+/286814 Trust: Joel Sing <joel@sing.id.au> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/runtime/os_openbsd_syscall2.go')
-rw-r--r--src/runtime/os_openbsd_syscall2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/os_openbsd_syscall2.go b/src/runtime/os_openbsd_syscall2.go
index 74eb271c2c..ab940510af 100644
--- a/src/runtime/os_openbsd_syscall2.go
+++ b/src/runtime/os_openbsd_syscall2.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