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

Unified Diff: src/pkg/runtime/freebsd/defs.c

Issue 4285063: code review 4285063: runtime: fix freebsd-amd64 (and part of 386) (Closed)
Patch Set: diff -r d5a28a74b748 https://go.googlecode.com/hg/ Created 13 years, 11 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/freebsd/amd64/signal.c ('k') | src/pkg/runtime/freebsd/os.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/freebsd/defs.c
===================================================================
--- a/src/pkg/runtime/freebsd/defs.c
+++ b/src/pkg/runtime/freebsd/defs.c
@@ -19,6 +19,7 @@
#include <sys/rtprio.h>
#include <sys/thr.h>
#include <sys/_sigset.h>
+#include <sys/unistd.h>
enum {
$PROT_NONE = PROT_NONE,
@@ -103,4 +104,5 @@
typedef mcontext_t $Mcontext;
typedef ucontext_t $Ucontext;
+typedef struct timeval $Timeval;
typedef struct itimerval $Itimerval;
« no previous file with comments | « src/pkg/runtime/freebsd/amd64/signal.c ('k') | src/pkg/runtime/freebsd/os.h » ('j') | no next file with comments »

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