diff options
| author | Joel Sing <joel@sing.id.au> | 2021-01-26 23:06:51 +1100 |
|---|---|---|
| committer | Joel Sing <joel@sing.id.au> | 2021-01-27 12:18:00 +0000 |
| commit | cd176b361591420f84fcbcaaf0cf24351aed0995 (patch) | |
| tree | 70509793658892c16985be48e340ec630694968b /src/runtime/sys_openbsd2.go | |
| parent | 6c8fbfbdcfa48ca29926097b20767fe83409b3ed (diff) | |
| download | go-cd176b361591420f84fcbcaaf0cf24351aed0995.tar.xz | |
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/sys_openbsd2.go')
| -rw-r--r-- | src/runtime/sys_openbsd2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_openbsd2.go b/src/runtime/sys_openbsd2.go index 73592df226..474e7145e7 100644 --- a/src/runtime/sys_openbsd2.go +++ b/src/runtime/sys_openbsd2.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 openbsd,arm64 package runtime |
