]> Cypherpunks repositories - gostls13.git/commit
runtime: normalize (*sigctxt).fault() type
authorAustin Clements <austin@google.com>
Tue, 26 Sep 2017 23:42:26 +0000 (19:42 -0400)
committerAustin Clements <austin@google.com>
Thu, 5 Oct 2017 02:31:25 +0000 (02:31 +0000)
commit56462d0f10f4d88f30e0b9a6763835c85c3cd632
tree9593ed43863f7bc5a17629befabe679a5f26f70d
parentba42b3ffd3220516911705fd2d060ea02e5502bb
runtime: normalize (*sigctxt).fault() type

(*sigctxt).fault() currently returns either uintptr, uint32, or uint64
depending on the platform. Make them all return uintptr.

For #10958 (but a nice change on its own).

Change-Id: I7813e779d0edcba112dd47fda776f4ce6e50e227
Reviewed-on: https://go-review.googlesource.com/68015
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/runtime/signal_darwin_arm.go
src/runtime/signal_darwin_arm64.go
src/runtime/signal_freebsd_arm.go
src/runtime/signal_linux_arm.go
src/runtime/signal_linux_arm64.go
src/runtime/signal_linux_ppc64x.go
src/runtime/signal_nacl_arm.go
src/runtime/signal_netbsd_arm.go
src/runtime/signal_openbsd_arm.go