* const-uniq-1.c: Expand regex to match AIX XCOFF labels.
[official-gcc.git] / libgo / runtime / runtime1.goc
blob9ce83000b83388fadda64f298d5bab8ffb400847
1 // Copyright 2010 The Go Authors.  All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 package runtime
6 #include "runtime.h"
8 func GOMAXPROCS(n int) (ret int) {
9         ret = runtime_gomaxprocsfunc(n);
12 func NumCPU() (ret int) {
13         ret = runtime_ncpu;