aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_dragonfly.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2019-03-25 10:34:57 +0100
committerIan Lance Taylor <iant@golang.org>2019-04-02 16:03:24 +0000
commit3aacfce6cf7e5f0346906e5236433852f4075368 (patch)
treeb10b2a53bdadfeaf2afc60e2a1e5c018112a319b /src/runtime/os_dragonfly.go
parent56517216c052649daab6c439f386f9dc02e90c3a (diff)
downloadgo-3aacfce6cf7e5f0346906e5236433852f4075368.tar.gz
go-3aacfce6cf7e5f0346906e5236433852f4075368.zip
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Change-Id: Ib9a40d5596f5735a00483e2d2db965402f05671b Reviewed-on: https://go-review.googlesource.com/c/go/+/169120 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/os_dragonfly.go')
-rw-r--r--src/runtime/os_dragonfly.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_dragonfly.go b/src/runtime/os_dragonfly.go
index eb7e159d35..4fda7ea806 100644
--- a/src/runtime/os_dragonfly.go
+++ b/src/runtime/os_dragonfly.go
@@ -252,6 +252,7 @@ func sigdelset(mask *sigset, i int) {
mask.__bits[(i-1)/32] &^= 1 << ((uint32(i) - 1) & 31)
}
+//go:nosplit
func (c *sigctxt) fixsigcode(sig uint32) {
}