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
29225211
Commit
29225211
authored
Sep 04, 2014
by
Dmitriy Vyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: fix netbsd build
TBR=rsc R=rsc CC=golang-codereviews
https://golang.org/cl/140220043
parent
d3a2021f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
defs_netbsd_386.h
src/pkg/runtime/defs_netbsd_386.h
+1
-1
defs_netbsd_amd64.h
src/pkg/runtime/defs_netbsd_amd64.h
+1
-1
defs_netbsd_arm.h
src/pkg/runtime/defs_netbsd_arm.h
+1
-1
No files found.
src/pkg/runtime/defs_netbsd_386.h
View file @
29225211
...
...
@@ -149,7 +149,7 @@ struct KeventT {
uint32
flags
;
uint32
fflags
;
int64
data
;
int32
udata
;
byte
*
udata
;
};
...
...
src/pkg/runtime/defs_netbsd_amd64.h
View file @
29225211
...
...
@@ -154,7 +154,7 @@ struct KeventT {
uint32
fflags
;
byte
Pad_cgo_0
[
4
];
int64
data
;
int64
udata
;
byte
*
udata
;
};
...
...
src/pkg/runtime/defs_netbsd_arm.h
View file @
29225211
...
...
@@ -153,7 +153,7 @@ struct KeventT {
uint32
flags
;
uint32
fflags
;
int64
data
;
int32
udata
;
byte
*
udata
;
};
...
...
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