]> Cypherpunks repositories - gostls13.git/commit
api: add Linux/ARM to go1 API
authorShenghou Ma <minux.ma@gmail.com>
Mon, 4 Jun 2012 07:21:58 +0000 (15:21 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 4 Jun 2012 07:21:58 +0000 (15:21 +0800)
commit5612fd770dcf0d89a43bcb01713805883493a3e4
tree16879193857fac0ac2ed057b25fec658da961ac2
parent290115fdf4609c1fb0ba87aa1940a24308213543
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