diff options
Diffstat (limited to 'libgo/runtime/go-go.c')
-rw-r--r-- | libgo/runtime/go-go.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/runtime/go-go.c b/libgo/runtime/go-go.c index 1391620..d56b8b1 100644 --- a/libgo/runtime/go-go.c +++ b/libgo/runtime/go-go.c @@ -17,6 +17,7 @@ #include "go-panic.h" #include "go-alloc.h" #include "runtime.h" +#include "arch.h" #include "malloc.h" #ifdef USING_SPLIT_STACK @@ -561,7 +562,7 @@ __go_cachestats (void) /* Start the other threads after garbage collection. */ void -runtime_starttheworld (void) +runtime_starttheworld (bool extra __attribute__ ((unused))) { int i; pthread_t me; |