]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: give __uint128_t type [16]uint8
authorDavid Crawshaw <crawshaw@golang.org>
Sun, 18 Oct 2015 17:32:11 +0000 (13:32 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 19 Oct 2015 20:16:03 +0000 (20:16 +0000)
commitfd8592859b3b4214276ff6ff846db7ead21215c6
tree21e6c98365bb7178116c9389377bb7b2aa66c533
parent996c540be265716f3c00259eee38487c0b6e301e
cmd/cgo: give __uint128_t type [16]uint8

The __uint128_t type appears in darwin/arm header files processed by
cgo -godefs in http://golang.org/cl/16045.

Change-Id: I666194c65dee8ea0ae933d2f02a3abe4581c4697
Reviewed-on: https://go-review.googlesource.com/16046
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/cgo/doc.go
src/cmd/cgo/gcc.go