aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.c
diff options
context:
space:
mode:
authorAram Hăvărneanu <aram@mgk.ro>2014-01-17 17:58:10 +1300
committerJoel Sing <jsing@google.com>2014-01-17 17:58:10 +1300
commita46b43493154bf3c59ce634ee9557a0b273de5ce (patch)
tree7ee539162b796ceb2188659aa6d2947f26e2f461 /src/pkg/runtime/runtime.c
parentf8225bdb350f5c7d249f8ed090cf7543901612fa (diff)
downloadgo-a46b43493154bf3c59ce634ee9557a0b273de5ce.tar.xz
runtime: add support for GOOS=solaris
R=alex.brainman, dave, jsing, gobot, rsc CC=golang-codereviews https://golang.org/cl/35990043
Diffstat (limited to 'src/pkg/runtime/runtime.c')
-rw-r--r--src/pkg/runtime/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.c b/src/pkg/runtime/runtime.c
index 9a8eb0e340..6065714a6e 100644
--- a/src/pkg/runtime/runtime.c
+++ b/src/pkg/runtime/runtime.c
@@ -87,6 +87,7 @@ runtime·args(int32 c, uint8 **v)
}
int32 runtime·isplan9;
+int32 runtime·issolaris;
int32 runtime·iswindows;
// Information about what cpu features are available.