Commit 404472e5 authored by Russ Cox's avatar Russ Cox

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

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/122520043
parent 27e657ef
......@@ -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)
......
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