]> Cypherpunks repositories - gostls13.git/commit
cgo: fix declarations in _cgo_export.c
authorIan Lance Taylor <iant@golang.org>
Wed, 25 Jul 2012 21:14:37 +0000 (14:14 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 25 Jul 2012 21:14:37 +0000 (14:14 -0700)
commit24ae7e686d51954b8befaaaef27f55a245d0050e
treea46541d0e93d5c555555b964e9e1357c7c007bb8
parentfba47dc3b10e7649e3ad0129b357d83cc2db228e
cgo: fix declarations in _cgo_export.c

Declare crosscall2.  Declare the functions passed to it as
returning void, rather than relying on implicit return type.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6432060
src/cmd/cgo/out.go