[host][linux]: add pading on linux_arm64

pull/1603/head
shirou 1 year ago
parent cfb7a5dc2e
commit cbefbb023e

@ -22,8 +22,9 @@ type (
type ( type (
utmp struct { utmp struct {
Type int16 Type int16
Pad_cgo_0 [2]byte // changed by hand #1603
Pid int32 Pid int32
Line [32]int8 // changed by hand #1603 Line [32]int8 // changed by hand
Id [4]int8 // changed by hand Id [4]int8 // changed by hand
User [32]int8 // changed by hand User [32]int8 // changed by hand
Host [256]int8 // changed by hand Host [256]int8 // changed by hand
@ -32,7 +33,7 @@ type (
Tv timeval Tv timeval
Addr_v6 [4]int32 Addr_v6 [4]int32
X__glibc_reserved [20]uint8 X__glibc_reserved [20]uint8
Pad_cgo_0 [4]byte Pad_cgo_1 [4]byte
} }
exit_status struct { exit_status struct {
Termination int16 Termination int16

Loading…
Cancel
Save