]> Cypherpunks repositories - gostls13.git/commit
cgo: disallow use of C.errno
authorRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 20:15:31 +0000 (15:15 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 20:15:31 +0000 (15:15 -0500)
commit02327a72d7ae27c16ab4ed702138ca6a818e6123
treeddc356c4f5e679c58f85167c4592b28ff3ed50a7
parentc1fbe589a931168673c57662e7dd03416218df8e
cgo: disallow use of C.errno

It's incorrect, and it causes cryptic linker errors.

Fixes #1360.

R=r, r2
CC=golang-dev
https://golang.org/cl/3880041
src/cmd/cgo/ast.go