|
|
@@ -33,13 +33,11 @@ type Timeval struct {
|
|
|
|
|
|
type Timex struct {
|
|
|
Modes uint32
|
|
|
- _ [4]byte
|
|
|
Offset int64
|
|
|
Freq int64
|
|
|
Maxerror int64
|
|
|
Esterror int64
|
|
|
Status int32
|
|
|
- _ [4]byte
|
|
|
Constant int64
|
|
|
Precision int64
|
|
|
Tolerance int64
|
|
|
@@ -48,7 +46,6 @@ type Timex struct {
|
|
|
Ppsfreq int64
|
|
|
Jitter int64
|
|
|
Shift int32
|
|
|
- _ [4]byte
|
|
|
Stabil int64
|
|
|
Jitcnt int64
|
|
|
Calcnt int64
|
|
|
@@ -162,7 +159,6 @@ type Fsid struct {
|
|
|
type Flock_t struct {
|
|
|
Type int16
|
|
|
Whence int16
|
|
|
- _ [4]byte
|
|
|
Start int64
|
|
|
Len int64
|
|
|
Pid int32
|
|
|
@@ -259,7 +255,6 @@ type RawSockaddrRFCOMM struct {
|
|
|
|
|
|
type RawSockaddrCAN struct {
|
|
|
Family uint16
|
|
|
- _ [2]byte
|
|
|
Ifindex int32
|
|
|
Addr [8]byte
|
|
|
}
|
|
|
@@ -338,7 +333,6 @@ type PacketMreq struct {
|
|
|
type Msghdr struct {
|
|
|
Name *byte
|
|
|
Namelen uint32
|
|
|
- _ [4]byte
|
|
|
Iov *Iovec
|
|
|
Iovlen uint64
|
|
|
Control *byte
|
|
|
@@ -386,7 +380,6 @@ type TCPInfo struct {
|
|
|
Probes uint8
|
|
|
Backoff uint8
|
|
|
Options uint8
|
|
|
- _ [2]byte
|
|
|
Rto uint32
|
|
|
Ato uint32
|
|
|
Snd_mss uint32
|
|
|
@@ -656,7 +649,6 @@ type SockFilter struct {
|
|
|
|
|
|
type SockFprog struct {
|
|
|
Len uint16
|
|
|
- _ [6]byte
|
|
|
Filter *SockFilter
|
|
|
}
|
|
|
|
|
|
@@ -686,18 +678,15 @@ type PtracePsw struct {
|
|
|
|
|
|
type PtraceFpregs struct {
|
|
|
Fpc uint32
|
|
|
- _ [4]byte
|
|
|
Fprs [16]float64
|
|
|
}
|
|
|
|
|
|
type PtracePer struct {
|
|
|
_ [0]uint64
|
|
|
- _ [24]byte
|
|
|
- _ [8]byte
|
|
|
+ _ [32]byte
|
|
|
Starting_addr uint64
|
|
|
Ending_addr uint64
|
|
|
Perc_atmid uint16
|
|
|
- _ [6]byte
|
|
|
Address uint64
|
|
|
Access_id uint8
|
|
|
_ [7]byte
|
|
|
@@ -718,7 +707,6 @@ type Sysinfo_t struct {
|
|
|
Freeswap uint64
|
|
|
Procs uint16
|
|
|
Pad uint16
|
|
|
- _ [4]byte
|
|
|
Totalhigh uint64
|
|
|
Freehigh uint64
|
|
|
Unit uint32
|
|
|
@@ -737,7 +725,6 @@ type Utsname struct {
|
|
|
|
|
|
type Ustat_t struct {
|
|
|
Tfree int32
|
|
|
- _ [4]byte
|
|
|
Tinode uint64
|
|
|
Fname [6]int8
|
|
|
Fpack [6]int8
|
|
|
@@ -811,11 +798,9 @@ type Winsize struct {
|
|
|
|
|
|
type Taskstats struct {
|
|
|
Version uint16
|
|
|
- _ [2]byte
|
|
|
Ac_exitcode uint32
|
|
|
Ac_flag uint8
|
|
|
Ac_nice uint8
|
|
|
- _ [6]byte
|
|
|
Cpu_count uint64
|
|
|
Cpu_delay_total uint64
|
|
|
Blkio_count uint64
|
|
|
@@ -833,7 +818,6 @@ type Taskstats struct {
|
|
|
Ac_pid uint32
|
|
|
Ac_ppid uint32
|
|
|
Ac_btime uint32
|
|
|
- _ [4]byte
|
|
|
Ac_etime uint64
|
|
|
Ac_utime uint64
|
|
|
Ac_stime uint64
|
|
|
@@ -1205,7 +1189,6 @@ type HDGeometry struct {
|
|
|
Heads uint8
|
|
|
Sectors uint8
|
|
|
Cylinders uint16
|
|
|
- _ [4]byte
|
|
|
Start uint64
|
|
|
}
|
|
|
|
|
|
@@ -1892,7 +1875,6 @@ type RTCTime struct {
|
|
|
type RTCWkAlrm struct {
|
|
|
Enabled uint8
|
|
|
Pending uint8
|
|
|
- _ [2]byte
|
|
|
Time RTCTime
|
|
|
}
|
|
|
|
|
|
@@ -1910,7 +1892,6 @@ type BlkpgIoctlArg struct {
|
|
|
Op int32
|
|
|
Flags int32
|
|
|
Datalen int32
|
|
|
- _ [4]byte
|
|
|
Data *byte
|
|
|
}
|
|
|
|