aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd.go
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2020-08-25 01:29:02 +1000
committerJoel Sing <joel@sing.id.au>2021-01-21 18:54:12 +0000
commit3d40895e36e5f16654fa6b75f7fdf59edb18d2e0 (patch)
tree98684203f0354f2dd30f7d170fb71d7a03583fd5 /src/runtime/sys_openbsd.go
parentd95ca9138026cbe40e0857d76a81a16d03230871 (diff)
downloadgo-3d40895e36e5f16654fa6b75f7fdf59edb18d2e0.tar.gz
go-3d40895e36e5f16654fa6b75f7fdf59edb18d2e0.zip
runtime: switch openbsd/arm64 to pthreads
This switches openbsd/arm64 to thread creation via pthreads, rather than doing direct system calls. Update #36435 Change-Id: I7cf60fa954f92628e05f15d2732833a2fbdccdb9 Reviewed-on: https://go-review.googlesource.com/c/go/+/250182 Trust: Joel Sing <joel@sing.id.au> Reviewed-by: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/runtime/sys_openbsd.go')
-rw-r--r--src/runtime/sys_openbsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_openbsd.go b/src/runtime/sys_openbsd.go
index 4dfab7d7b0..56de00aad5 100644
--- a/src/runtime/sys_openbsd.go
+++ b/src/runtime/sys_openbsd.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