]> Cypherpunks repositories - gostls13.git/commit
runtime: fix build on non-x86 machines
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2015 04:41:18 +0000 (00:41 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 14 Jul 2015 04:42:12 +0000 (04:42 +0000)
commit3290e9c14551035f9be528e199f643a04ac7f047
treeb348876f0ed35d14191469bb3443fecd10aa0939
parent73ca459a56ef003ad0892ef46454bc98afd30a05
runtime: fix build on non-x86 machines

Fixes #11656 (again).

Change-Id: I170ff10bfbdb0f34e57c11de42b6ee5291837813
Reviewed-on: https://go-review.googlesource.com/12142
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/signal_arm.go
src/runtime/signal_arm64.go
src/runtime/signal_ppc64x.go