|
|
@@ -33,13 +33,13 @@ type Timeval struct {
|
|
|
|
|
|
type Timex struct {
|
|
|
Modes uint32
|
|
|
- Pad_cgo_0 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Offset int64
|
|
|
Freq int64
|
|
|
Maxerror int64
|
|
|
Esterror int64
|
|
|
Status int32
|
|
|
- Pad_cgo_1 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Constant int64
|
|
|
Precision int64
|
|
|
Tolerance int64
|
|
|
@@ -48,14 +48,14 @@ type Timex struct {
|
|
|
Ppsfreq int64
|
|
|
Jitter int64
|
|
|
Shift int32
|
|
|
- Pad_cgo_2 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Stabil int64
|
|
|
Jitcnt int64
|
|
|
Calcnt int64
|
|
|
Errcnt int64
|
|
|
Stbcnt int64
|
|
|
Tai int32
|
|
|
- Pad_cgo_3 [44]byte
|
|
|
+ _ [44]byte
|
|
|
}
|
|
|
|
|
|
type Time_t int64
|
|
|
@@ -162,12 +162,12 @@ type Statx_t struct {
|
|
|
}
|
|
|
|
|
|
type Dirent struct {
|
|
|
- Ino uint64
|
|
|
- Off int64
|
|
|
- Reclen uint16
|
|
|
- Type uint8
|
|
|
- Name [256]int8
|
|
|
- Pad_cgo_0 [5]byte
|
|
|
+ Ino uint64
|
|
|
+ Off int64
|
|
|
+ Reclen uint16
|
|
|
+ Type uint8
|
|
|
+ Name [256]int8
|
|
|
+ _ [5]byte
|
|
|
}
|
|
|
|
|
|
type Fsid struct {
|
|
|
@@ -175,13 +175,13 @@ type Fsid struct {
|
|
|
}
|
|
|
|
|
|
type Flock_t struct {
|
|
|
- Type int16
|
|
|
- Whence int16
|
|
|
- Pad_cgo_0 [4]byte
|
|
|
- Start int64
|
|
|
- Len int64
|
|
|
- Pid int32
|
|
|
- Pad_cgo_1 [4]byte
|
|
|
+ Type int16
|
|
|
+ Whence int16
|
|
|
+ _ [4]byte
|
|
|
+ Start int64
|
|
|
+ Len int64
|
|
|
+ Pid int32
|
|
|
+ _ [4]byte
|
|
|
}
|
|
|
|
|
|
type FscryptPolicy struct {
|
|
|
@@ -257,10 +257,10 @@ type RawSockaddrHCI struct {
|
|
|
}
|
|
|
|
|
|
type RawSockaddrCAN struct {
|
|
|
- Family uint16
|
|
|
- Pad_cgo_0 [2]byte
|
|
|
- Ifindex int32
|
|
|
- Addr [8]byte
|
|
|
+ Family uint16
|
|
|
+ _ [2]byte
|
|
|
+ Ifindex int32
|
|
|
+ Addr [8]byte
|
|
|
}
|
|
|
|
|
|
type RawSockaddrALG struct {
|
|
|
@@ -327,13 +327,13 @@ type PacketMreq struct {
|
|
|
type Msghdr struct {
|
|
|
Name *byte
|
|
|
Namelen uint32
|
|
|
- Pad_cgo_0 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Iov *Iovec
|
|
|
Iovlen uint64
|
|
|
Control *byte
|
|
|
Controllen uint64
|
|
|
Flags int32
|
|
|
- Pad_cgo_1 [4]byte
|
|
|
+ _ [4]byte
|
|
|
}
|
|
|
|
|
|
type Cmsghdr struct {
|
|
|
@@ -375,7 +375,7 @@ type TCPInfo struct {
|
|
|
Probes uint8
|
|
|
Backoff uint8
|
|
|
Options uint8
|
|
|
- Pad_cgo_0 [2]byte
|
|
|
+ _ [2]byte
|
|
|
Rto uint32
|
|
|
Ato uint32
|
|
|
Snd_mss uint32
|
|
|
@@ -599,9 +599,9 @@ type SockFilter struct {
|
|
|
}
|
|
|
|
|
|
type SockFprog struct {
|
|
|
- Len uint16
|
|
|
- Pad_cgo_0 [6]byte
|
|
|
- Filter *SockFilter
|
|
|
+ Len uint16
|
|
|
+ _ [6]byte
|
|
|
+ Filter *SockFilter
|
|
|
}
|
|
|
|
|
|
type InotifyEvent struct {
|
|
|
@@ -658,12 +658,12 @@ type Sysinfo_t struct {
|
|
|
Freeswap uint64
|
|
|
Procs uint16
|
|
|
Pad uint16
|
|
|
- Pad_cgo_0 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Totalhigh uint64
|
|
|
Freehigh uint64
|
|
|
Unit uint32
|
|
|
X_f [0]int8
|
|
|
- Pad_cgo_1 [4]byte
|
|
|
+ _ [4]byte
|
|
|
}
|
|
|
|
|
|
type Utsname struct {
|
|
|
@@ -676,12 +676,12 @@ type Utsname struct {
|
|
|
}
|
|
|
|
|
|
type Ustat_t struct {
|
|
|
- Tfree int32
|
|
|
- Pad_cgo_0 [4]byte
|
|
|
- Tinode uint64
|
|
|
- Fname [6]int8
|
|
|
- Fpack [6]int8
|
|
|
- Pad_cgo_1 [4]byte
|
|
|
+ Tfree int32
|
|
|
+ _ [4]byte
|
|
|
+ Tinode uint64
|
|
|
+ Fname [6]int8
|
|
|
+ Fpack [6]int8
|
|
|
+ _ [4]byte
|
|
|
}
|
|
|
|
|
|
type EpollEvent struct {
|
|
|
@@ -748,11 +748,11 @@ type Winsize struct {
|
|
|
|
|
|
type Taskstats struct {
|
|
|
Version uint16
|
|
|
- Pad_cgo_0 [2]byte
|
|
|
+ _ [2]byte
|
|
|
Ac_exitcode uint32
|
|
|
Ac_flag uint8
|
|
|
Ac_nice uint8
|
|
|
- Pad_cgo_1 [6]byte
|
|
|
+ _ [6]byte
|
|
|
Cpu_count uint64
|
|
|
Cpu_delay_total uint64
|
|
|
Blkio_count uint64
|
|
|
@@ -764,13 +764,13 @@ type Taskstats struct {
|
|
|
Ac_comm [32]int8
|
|
|
Ac_sched uint8
|
|
|
Ac_pad [3]uint8
|
|
|
- Pad_cgo_2 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Ac_uid uint32
|
|
|
Ac_gid uint32
|
|
|
Ac_pid uint32
|
|
|
Ac_ppid uint32
|
|
|
Ac_btime uint32
|
|
|
- Pad_cgo_3 [4]byte
|
|
|
+ _ [4]byte
|
|
|
Ac_etime uint64
|
|
|
Ac_utime uint64
|
|
|
Ac_stime uint64
|