Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(506)

Unified Diff: src/pkg/runtime/defs_netbsd_arm.h

Issue 140740043: code review 140740043: runtime: include constants and defs_*_*.h types in gene... (Closed)
Patch Set: diff -r 40906c63a04eeb1fc292cd559e57bfcdeff64e7f https://code.google.com/p/go/ Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/defs_netbsd_amd64.h ('k') | src/pkg/runtime/defs_openbsd_386.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/defs_netbsd_arm.h
===================================================================
--- a/src/pkg/runtime/defs_netbsd_arm.h
+++ b/src/pkg/runtime/defs_netbsd_arm.h
@@ -91,7 +91,7 @@
typedef struct Itimerval Itimerval;
typedef struct McontextT McontextT;
typedef struct UcontextT UcontextT;
-typedef struct Kevent Kevent;
+typedef struct KeventT KeventT;
#pragma pack on
@@ -147,7 +147,7 @@
int32 __uc_pad[2];
};
-struct Kevent {
+struct KeventT {
uint32 ident;
uint32 filter;
uint32 flags;
« no previous file with comments | « src/pkg/runtime/defs_netbsd_amd64.h ('k') | src/pkg/runtime/defs_openbsd_386.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b