]> Cypherpunks repositories - gostls13.git/commit
runtime, runtime/cgo: make needextram a bool
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 25 Mar 2015 11:10:45 +0000 (07:10 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 26 Mar 2015 11:12:25 +0000 (11:12 +0000)
commite9d9d0befc634f6e9f906b5ef7476fbd7ebd25e3
tree831077a9975e227e4253e2647201cec9f6c118e5
parentc5c6c3ab5728ecbecac69788eefa5fb185c0b72f
runtime, runtime/cgo: make needextram a bool

Also invert it, which means it no longer needs to cross the cgo
package boundary.

Change-Id: I393cd073bda02b591a55d6bc6b8bb94970ea71cd
Reviewed-on: https://go-review.googlesource.com/8082
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cgo.go
src/runtime/cgo/iscgo.go
src/runtime/proc1.go
src/runtime/runtime2.go