6 lines
76 B
Go
6 lines
76 B
Go
//go:build baremetal
|
|
|
|
package runtime
|
|
|
|
func c_maxprocs() int32 { return 1 }
|