]> Cypherpunks repositories - gostls13.git/commit
runtime: fix definitions of getpid and kill on Solaris
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 06:09:16 +0000 (23:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 06:21:08 +0000 (06:21 +0000)
commitdeaf0333df5209985fc508c0e83cac789d780309
treef7b1170332c9eb0afbb9eef5231cb230353dc04e
parentd7223c6cc162d89d56b3a23902033aaa93f052db
runtime: fix definitions of getpid and kill on Solaris

A further attempt to fix raiseproc on Solaris.

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