]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix cgo checking when fetching errno value
authorIan Lance Taylor <iant@golang.org>
Wed, 30 Nov 2016 23:46:37 +0000 (15:46 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Dec 2016 02:13:50 +0000 (02:13 +0000)
commitd4b704e110dea8395d107f5fd3be9f3cf2e8d161
tree5190d5c53393ea89d00664cef8b2c479c0f0e632
parente207032589ed927a66d2f04ac3621872213c6b51
cmd/cgo: fix cgo checking when fetching errno value

Fixes #18126.

Change-Id: I7ae090945ef203673b06eb94817cc5c894b5eadc
Reviewed-on: https://go-review.googlesource.com/33752
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue18126.go [new file with mode: 0644]
src/cmd/cgo/gcc.go