Commit 58241bfd authored by Matthew Dempsky's avatar Matthew Dempsky Committed by Keith Randall

runtime: fix cmallocgc's C prototype

LGTM=khr
R=khr
CC=golang-codereviews
https://golang.org/cl/121910043
parent 1329d044
......@@ -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, uint32 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