Commit 2ff43118 authored by Mikio Hara's avatar Mikio Hara

syscall: regenerate Flock_t to make it compliant with EABI

Note that current z-files for linux/amd64,386,arm are based on 3.2 kernel.

LGTM=iant
R=golang-codereviews, dave, bradfitz, gobot, iant
CC=golang-codereviews
https://golang.org/cl/59160044
parent 1163127d
...@@ -147,9 +147,11 @@ type Fsid struct { ...@@ -147,9 +147,11 @@ type Fsid struct {
type Flock_t struct { type Flock_t struct {
Type int16 Type int16
Whence int16 Whence int16
Pad_cgo_0 [4]byte
Start int64 Start int64
Len int64 Len int64
Pid int32 Pid int32
Pad_cgo_1 [4]byte
} }
type RawSockaddrInet4 struct { type RawSockaddrInet4 struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment