Commit 40c26fff authored by Rob Pike's avatar Rob Pike

runtime: fix darwin build

Add place holder for runtime.osyield.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5149049
parent d324f214
......@@ -496,3 +496,9 @@ runtime·sigpanic(void)
}
runtime·panicstring(runtime·sigtab[g->sig].name);
}
// TODO(rsc): place holder to fix build.
void
runtime·osyield(void)
{
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment