commit | 528ccdc513b76143154c52ebb9d93b79faeaa0b1 | [log] [tgz] |
---|---|---|
author | Anthony Martin <ality@pbrane.org> | Wed Oct 05 12:07:44 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Oct 05 12:07:44 2011 -0400 |
tree | 6bcb9b41a3e35cf59b68a1bc599d3aeb27e7b5c3 | |
parent | 319dba47501d3a0966e0d470705532c6474a47bf [diff] |
runtime: fix Plan 9 build This change adds the osyield and usleep functions and code to read the number of processors from /dev/sysstat. I also changed SysAlloc to return nil when brk fails (it was returning -1). R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5177049