diff --git a/src/pkg/syscall/ztypes_linux_arm.go b/src/pkg/syscall/ztypes_linux_arm.go index 28663e4acd..5f21a948df 100644 --- a/src/pkg/syscall/ztypes_linux_arm.go +++ b/src/pkg/syscall/ztypes_linux_arm.go @@ -145,11 +145,13 @@ type Fsid struct { } type Flock_t struct { - Type int16 - Whence int16 - Start int64 - Len int64 - Pid int32 + Type int16 + Whence int16 + Pad_cgo_0 [4]byte + Start int64 + Len int64 + Pid int32 + Pad_cgo_1 [4]byte } type RawSockaddrInet4 struct {