]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix windows build (buggy commit in 19543:d68b79ccbfed)
authorIan Lance Taylor <iant@golang.org>
Tue, 25 Mar 2014 21:17:00 +0000 (14:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Mar 2014 21:17:00 +0000 (14:17 -0700)
TBR=rsc
CC=golang-codereviews
https://golang.org/cl/80090043

src/pkg/runtime/mem_windows.c

index 551c96ce996229d1a0f703f585ba447b3df03748..7f55677c29e04b938b024dc4ec9692a46112ec82 100644 (file)
@@ -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.