mirror of https://github.com/golang/go.git
[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:
parent
27e657ef68
commit
404472e50b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue