• Shenghou Ma's avatar
    api: add Linux/ARM to go1 API · 5612fd77
    Shenghou Ma authored
    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
    5612fd77
Name
Last commit
Last update
..
testdata/src/pkg Loading commit data...
goapi.go Loading commit data...
goapi_test.go Loading commit data...