Commit 5a58929b by Ian Lance Taylor

runtime: add missing return for non-GNU/Linux version of tgkill

    
    Path from Rainer Orth.
    
    Reviewed-on: https://go-review.googlesource.com/c/153118

From-SVN: r266890
parent e914864f
edc7e7172e674b8c7e9c3caa30e24280cd289a9c f0266d382f8965b7bcaa380aa963498c1884505e
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -17,4 +17,5 @@ func gettid() _pid_t { ...@@ -17,4 +17,5 @@ func gettid() _pid_t {
func tgkill(pid _pid_t, tid _pid_t, sig uint32) uint32 { func tgkill(pid _pid_t, tid _pid_t, sig uint32) uint32 {
throw("tgkill not implemented") throw("tgkill not implemented")
return 0
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment