Commit bee3848f authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: fix windows build (buggy commit in 19543:d68b79ccbfed)

TBR=rsc
CC=golang-codereviews
https://golang.org/cl/80090043
parent 1b45cc45
......@@ -71,7 +71,7 @@ runtime·SysFault(void *v, uintptr n)
}
void*
runtime·SysReserve(void *v, uintptr n)
runtime·SysReserve(void *v, uintptr n, bool *reserved)
{
*reserved = true;
// v is just a hint.
......
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