Commit e1c2f290 by Ian Lance Taylor

libgo: Fix append declaration.

From Rainer Orth.

From-SVN: r172659
parent e84b920c
......@@ -15,7 +15,7 @@
this, we will always split the stack, because of memcpy and
memmove. */
extern struct __go_open_array
__go_append (struct __go_open_array, void *, size_t, size_t)
__go_append (struct __go_open_array, void *, uintptr_t, uintptr_t)
__attribute__ ((no_split_stack));
struct __go_open_array
......
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