Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
22345989
Commit
22345989
authored
Feb 07, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: fix arm build
R=r CC=golang-dev
https://golang.org/cl/4105057
parent
0ae04173
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ztypes_linux_arm.go
src/pkg/syscall/ztypes_linux_arm.go
+6
-0
No files found.
src/pkg/syscall/ztypes_linux_arm.go
View file @
22345989
...
...
@@ -23,6 +23,7 @@ const (
SizeofSockaddrUnix
=
0x6e
SizeofSockaddrLinklayer
=
0x14
SizeofLinger
=
0x8
SizeofIpMreq
=
0x8
SizeofMsghdr
=
0x1c
SizeofCmsghdr
=
0xc
SizeofUcred
=
0xc
...
...
@@ -221,6 +222,11 @@ type Iovec struct {
Len
uint32
}
type
IpMreq
struct
{
Multiaddr
[
4
]
byte
/* in_addr */
Interface
[
4
]
byte
/* in_addr */
}
type
Msghdr
struct
{
Name
*
byte
Namelen
uint32
...
...
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