aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-09-12 12:17:13 -0700
committerRob Pike <r@golang.org>2008-09-12 12:17:13 -0700
commite9047d1fc29abe809cec69ca4aa73a8942934635 (patch)
treeb4823262e313faa5d791ca57bc452dfbfbe57847 /src/runtime/runtime.h
parente1a9b6ee77cf7bb2209cd3868ac8661bd75a9a29 (diff)
downloadgo-e9047d1fc29abe809cec69ca4aa73a8942934635.tar.xz
fix silly portability bug
R=gri OCL=15238 CL=15238
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 11d3fdac8e..e786b78ecf 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -208,6 +208,7 @@ G* allg;
int32 goidgen;
extern int32 gomaxprocs;
extern int32 panicking;
+extern byte *startsym;
/*
* common functions and data