]> Cypherpunks repositories - gostls13.git/commit
runtime: set libcall values for Solaris system calls
authorIan Lance Taylor <iant@golang.org>
Thu, 8 Mar 2018 20:37:01 +0000 (12:37 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Mar 2018 19:27:20 +0000 (19:27 +0000)
commit4902778607938459fe07d22b8445250fd7987917
tree11c8e277cbb9cba94c221ceca8c84c22e425ac3e
parent8e427a38786e9a35ef8e417edc5566d5989f7ea8
runtime: set libcall values for Solaris system calls

This lets SIGPROF signals get a useful traceback.
Without it we just see sysvicallN calling asmcgocall.

Updates #24142

Change-Id: I5dfe3add51f0c3a4cb1c98acb7738be6396214bc
Reviewed-on: https://go-review.googlesource.com/99617
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os_solaris.go
src/runtime/proc.go