summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime1.goc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/runtime1.goc')
-rw-r--r--src/pkg/runtime/runtime1.goc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime1.goc b/src/pkg/runtime/runtime1.goc
index 548844329..da2d0c572 100644
--- a/src/pkg/runtime/runtime1.goc
+++ b/src/pkg/runtime/runtime1.goc
@@ -6,5 +6,5 @@ package runtime
#include "runtime.h"
func GOMAXPROCS(n int32) (ret int32) {
- ret = gomaxprocsfunc(n);
+ ret = runtime·gomaxprocsfunc(n);
}