mirror of
https://github.com/golang/go
synced 2024-11-20 06:04:52 -07:00
arm: fix syscall build again
R=ken2 CC=golang-dev https://golang.org/cl/2465041
This commit is contained in:
parent
2a19865012
commit
d687ea5588
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
// MACHINE GENERATED - DO NOT EDIT.
|
// MACHINE GENERATED - DO NOT EDIT.
|
||||||
|
|
||||||
|
// Manual corrections: UGH
|
||||||
|
// remove duplicate PtraceRegs type
|
||||||
|
// change RawSockaddrUnix field to Path [108]int8 (was uint8()
|
||||||
|
|
||||||
package syscall
|
package syscall
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
@ -181,7 +185,7 @@ type RawSockaddrInet6 struct {
|
|||||||
|
|
||||||
type RawSockaddrUnix struct {
|
type RawSockaddrUnix struct {
|
||||||
Family uint16
|
Family uint16
|
||||||
Path [108]uint8
|
Path [108]int8
|
||||||
}
|
}
|
||||||
|
|
||||||
type RawSockaddrLinklayer struct {
|
type RawSockaddrLinklayer struct {
|
||||||
@ -247,8 +251,6 @@ type InotifyEvent struct {
|
|||||||
|
|
||||||
type PtraceRegs struct{}
|
type PtraceRegs struct{}
|
||||||
|
|
||||||
type PtraceRegs struct{}
|
|
||||||
|
|
||||||
type FdSet struct {
|
type FdSet struct {
|
||||||
Bits [32]int32
|
Bits [32]int32
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user