libgo: Fix append declaration.
From Rainer Orth. From-SVN: r172659
This commit is contained in:
parent
e84b920c7c
commit
e1c2f29025
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue