]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] api: add Linux/ARM to go1 API
authorShenghou Ma <minux.ma@gmail.com>
Wed, 13 Jun 2012 20:24:39 +0000 (16:24 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 13 Jun 2012 20:24:39 +0000 (16:24 -0400)
commit4c35c0b498974aea513bc7f5f10a1e23d97eca8b
tree5e796eb733cfcc4bd667edfe9bf31991dd3add6e
parent0a6b1d66f668cf7daa73befbb5fec62fa521cf38
[release-branch.go1] api: add Linux/ARM to go1 API

««« backport 5538444d6f32
api: add Linux/ARM to go1 API
It's very unfortunate that the type of Data field of struct
RawSockaddr is [14]uint8 on Linux/ARM instead of [14]int8
on all the others.
btw, it should be [14]int8 according to my header files.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6275050

»»»
api/go1.txt
src/cmd/api/goapi.go