]> Cypherpunks repositories - gostls13.git/commit
cgo: export unsafe.Pointer as void*
authorGustavo Niemeyer <gustavo@niemeyer.net>
Tue, 11 Jan 2011 16:12:06 +0000 (11:12 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Jan 2011 16:12:06 +0000 (11:12 -0500)
commit9f178edf516ee6420e6e6709ae4e91a0a360f3f7
tree4e62a9bfd939732b7839d2a27deeafa784f805ca
parent632be89407d862fb6f566e8c217d69a9cf24866d
cgo: export unsafe.Pointer as void*

This will enable functions which use unsafe.Pointer as an argument
to be correctly exported by cgo.

R=rsc
CC=golang-dev
https://golang.org/cl/3849043
src/cmd/cgo/out.go