]> Cypherpunks repositories - gostls13.git/commit
cgo: update documentation on calling C variadic functions
authorSabin Mihai Rapan <sabin.rapan@gmail.com>
Sun, 28 Jan 2018 12:08:14 +0000 (14:08 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Jun 2018 22:35:42 +0000 (22:35 +0000)
commit67d276c57cda9e05faa84c332ba52791d4713f65
tree9c8af9ce32deed0d94646483418d8d0d1b9d4bb1
parentefddc161d2a15529b4b3ac27fab5a557b88ae443
cgo: update documentation on calling C variadic functions

The current implementation does not support calling C variadic
functions (as discussed in #975). Document that.

Fixes #23537

Change-Id: If4c684a3d135f3c2782a720374dc4c07ea66dcbb
Reviewed-on: https://go-review.googlesource.com/90415
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/cgo/doc.go