]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use __gcc_struct__ for go exported functions
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 10 Dec 2013 00:30:12 +0000 (11:30 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 10 Dec 2013 00:30:12 +0000 (11:30 +1100)
commit6795687427ad79574465ee83b4fa398aa036aa0c
tree01b0bc653ed77e1d00106130c8b7e9515baed13b
parent52ee63f544a1dc5ef4b69a4638c99cbdfae34b42
cmd/cgo: use __gcc_struct__ for go exported functions

Fixes #6833

R=minux.ma, iant
CC=golang-dev
https://golang.org/cl/35790045
misc/cgo/test/cgo_test.go
misc/cgo/test/issue6833.go [new file with mode: 0644]
misc/cgo/test/issue6833_c.c [new file with mode: 0644]
src/cmd/cgo/out.go