mirror of
https://github.com/golang/go
synced 2024-11-23 15:50:07 -07:00
runtime: fix windows build (buggy commit in 19543:d68b79ccbfed)
TBR=rsc CC=golang-codereviews https://golang.org/cl/80090043
This commit is contained in:
parent
1b45cc45e3
commit
bee3848f4e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user