]> Cypherpunks repositories - gostls13.git/commit
syscall: regenerate ztype files for linux
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 4 Feb 2013 21:53:58 +0000 (06:53 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 4 Feb 2013 21:53:58 +0000 (06:53 +0900)
commit5ae6a237310e4c8d02fc3257f8be61df44bc9e47
tree1e851659ef3abfd081fdec6d1260622c021b27a8
parent022504b3ab62a4d35aad13c58382bd0a7168805b
syscall: regenerate ztype files for linux

This CL adds TCPInfo struct to linux/386,arm.
It's already added to linux/amd64.

Note that not sure the reason but cgo godefs w/ latest gcc
translates a flexible array member in structures correctly,
handles it as a non-incomplete, non-opaque type, on Go 1.
This CL reverts such changes by hand for the Go 1 contract.

R=minux.ma, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/7197046
src/pkg/syscall/ztypes_linux_386.go
src/pkg/syscall/ztypes_linux_amd64.go
src/pkg/syscall/ztypes_linux_arm.go