From a46b43493154bf3c59ce634ee9557a0b273de5ce Mon Sep 17 00:00:00 2001 From: Aram Hăvărneanu Date: Fri, 17 Jan 2014 17:58:10 +1300 Subject: runtime: add support for GOOS=solaris R=alex.brainman, dave, jsing, gobot, rsc CC=golang-codereviews https://golang.org/cl/35990043 --- src/pkg/runtime/runtime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/runtime.c') 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. -- cgit v1.3-5-g9baa