mirror of
https://github.com/golang/go
synced 2024-11-12 06:20:22 -07:00
runtime: fix darwin build
Add place holder for runtime.osyield. R=golang-dev CC=golang-dev https://golang.org/cl/5149049
This commit is contained in:
parent
d324f2143b
commit
40c26fff14
@ -496,3 +496,9 @@ runtime·sigpanic(void)
|
|||||||
}
|
}
|
||||||
runtime·panicstring(runtime·sigtab[g->sig].name);
|
runtime·panicstring(runtime·sigtab[g->sig].name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(rsc): place holder to fix build.
|
||||||
|
void
|
||||||
|
runtime·osyield(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user