]> Cypherpunks repositories - gostls13.git/commit
runtime: provide a dummy value of _SIGPROF on plan9 and windows
authorShenghou Ma <minux@golang.org>
Thu, 1 Jan 2015 01:55:47 +0000 (20:55 -0500)
committerMinux Ma <minux@golang.org>
Thu, 1 Jan 2015 04:41:43 +0000 (04:41 +0000)
commit1f282385579fc404f1246fd7ffa8b4e517401d19
treee75969639d397f07c5881f8738d2896177415bf0
parent0b2a74e89cf940e1c4cd91785ff3d744684edc49
runtime: provide a dummy value of _SIGPROF on plan9 and windows

Fixes build on plan9 and windows.

Change-Id: Ic9b02c641ab84e4f6d8149de71b9eb495e3343b2
Reviewed-on: https://go-review.googlesource.com/2233
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/runtime/defs_windows.go
src/runtime/defs_windows_386.go
src/runtime/defs_windows_amd64.go
src/runtime/os2_plan9.go
src/runtime/sigqueue.go