Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
2a198650
Commit
2a198650
authored
Oct 12, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: regenerate ztypes_linux_arm.go (fix build)
R=adg CC=golang-dev
https://golang.org/cl/2404043
parent
b390c4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
16 deletions
+36
-16
src/pkg/syscall/ztypes_linux_arm.go
src/pkg/syscall/ztypes_linux_arm.go
+36
-16
No files found.
src/pkg/syscall/ztypes_linux_arm.go
View file @
2a198650
...
@@ -6,20 +6,22 @@ package syscall
...
@@ -6,20 +6,22 @@ package syscall
// Constants
// Constants
const
(
const
(
sizeofPtr
=
0x4
sizeofPtr
=
0x4
sizeofShort
=
0x2
sizeofShort
=
0x2
sizeofInt
=
0x4
sizeofInt
=
0x4
sizeofLong
=
0x4
sizeofLong
=
0x4
sizeofLongLong
=
0x8
sizeofLongLong
=
0x8
PathMax
=
0x1000
PathMax
=
0x1000
SizeofSockaddrInet4
=
0x10
SizeofSockaddrInet4
=
0x10
SizeofSockaddrInet6
=
0x1c
SizeofSockaddrInet6
=
0x1c
SizeofSockaddrAny
=
0x70
SizeofSockaddrAny
=
0x70
SizeofSockaddrUnix
=
0x6e
SizeofSockaddrUnix
=
0x6e
SizeofLinger
=
0x8
SizeofSockaddrLinklayer
=
0x14
SizeofMsghdr
=
0x1c
SizeofLinger
=
0x8
SizeofCmsghdr
=
0xc
SizeofMsghdr
=
0x1c
SizeofInotifyEvent
=
0x10
SizeofCmsghdr
=
0xc
SizeofUcred
=
0xc
SizeofInotifyEvent
=
0x10
)
)
// Types
// Types
...
@@ -62,6 +64,7 @@ type Timex struct {
...
@@ -62,6 +64,7 @@ type Timex struct {
Calcnt
int32
Calcnt
int32
Errcnt
int32
Errcnt
int32
Stbcnt
int32
Stbcnt
int32
Tai
int32
Pad0
int32
Pad0
int32
Pad1
int32
Pad1
int32
Pad2
int32
Pad2
int32
...
@@ -73,7 +76,6 @@ type Timex struct {
...
@@ -73,7 +76,6 @@ type Timex struct {
Pad8
int32
Pad8
int32
Pad9
int32
Pad9
int32
Pad10
int32
Pad10
int32
Pad11
int32
}
}
type
Time_t
int32
type
Time_t
int32
...
@@ -179,7 +181,17 @@ type RawSockaddrInet6 struct {
...
@@ -179,7 +181,17 @@ type RawSockaddrInet6 struct {
type
RawSockaddrUnix
struct
{
type
RawSockaddrUnix
struct
{
Family
uint16
Family
uint16
Path
[
108
]
int8
Path
[
108
]
uint8
}
type
RawSockaddrLinklayer
struct
{
Family
uint16
Protocol
uint16
Ifindex
int32
Hatype
uint16
Pkttype
uint8
Halen
uint8
Addr
[
8
]
uint8
}
}
type
RawSockaddr
struct
{
type
RawSockaddr
struct
{
...
@@ -220,6 +232,12 @@ type Cmsghdr struct {
...
@@ -220,6 +232,12 @@ type Cmsghdr struct {
Type
int32
Type
int32
}
}
type
Ucred
struct
{
Pid
int32
Uid
uint32
Gid
uint32
}
type
InotifyEvent
struct
{
type
InotifyEvent
struct
{
Wd
int32
Wd
int32
Mask
uint32
Mask
uint32
...
@@ -229,6 +247,8 @@ type InotifyEvent struct {
...
@@ -229,6 +247,8 @@ type InotifyEvent struct {
type
PtraceRegs
struct
{}
type
PtraceRegs
struct
{}
type
PtraceRegs
struct
{}
type
FdSet
struct
{
type
FdSet
struct
{
Bits
[
32
]
int32
Bits
[
32
]
int32
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment