From cba2fe2462fda1fe7b265f8056a89e6f6e06e938 Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Tue, 17 Nov 2009 23:58:51 -0800 Subject: FreeBSD/i386 work This patchset gets Go to pretty much the same state that FreeBSD/amd64 is in. R=rsc http://codereview.appspot.com/157055 Committer: Russ Cox --- src/pkg/runtime/freebsd/defs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pkg/runtime/freebsd/defs.c') diff --git a/src/pkg/runtime/freebsd/defs.c b/src/pkg/runtime/freebsd/defs.c index 414e7cd76..93f3f9d15 100644 --- a/src/pkg/runtime/freebsd/defs.c +++ b/src/pkg/runtime/freebsd/defs.c @@ -16,6 +16,8 @@ #include #include #include +#include +#include #include enum { @@ -37,6 +39,8 @@ enum { $EINTR = EINTR, }; +typedef struct rtprio $Rtprio; +typedef struct thr_param $ThrParam; typedef struct sigaltstack $Sigaltstack; typedef struct __sigset $Sigset; typedef union sigval $Sigval; -- cgit v1.2.3