[dev.power64] runtime: fix C prototype for cmallocgc

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/122520043
This commit is contained in:
Russ Cox 2014-08-13 15:50:06 -04:00
parent 27e657ef68
commit 404472e50b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ MHeap runtime·mheap;
#pragma dataflag NOPTR
MStats runtime·memstats;
void runtime·cmallocgc(uintptr size, Type *typ, uint32 flag, void **ret);
void runtime·cmallocgc(uintptr size, Type *typ, intgo flag, void **ret);
void*
runtime·mallocgc(uintptr size, Type *typ, uint32 flag)