]> Cypherpunks repositories - gostls13.git/commit
runtime: fix TestCgoExternalThreadSIGPROF again
authorShenghou Ma <minux@golang.org>
Sat, 3 Jan 2015 05:12:34 +0000 (00:12 -0500)
committerMinux Ma <minux@golang.org>
Sat, 3 Jan 2015 05:49:22 +0000 (05:49 +0000)
commit865e5e98b685eb3a7888f5263021049c0694d16f
tree726528c82b72473ec03e8c15492862993117c745
parent2cbe27a27202dca5a643b75c79e25d4cccc3ae67
runtime: fix TestCgoExternalThreadSIGPROF again

Shell out to `uname -r` this time, so that the test will compile
even if the platform doesn't have syscall.Sysctl.

Change-Id: I3a19ab5d820bdb94586a97f4507b3837d7040525
Reviewed-on: https://go-review.googlesource.com/2271
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/crash_cgo_test.go