mirror of git://gcc.gnu.org/git/gcc.git
libgo: Fix append declaration.
From Rainer Orth. From-SVN: r172659
This commit is contained in:
parent
e84b920c7c
commit
e1c2f29025
|
@ -15,7 +15,7 @@
|
||||||
this, we will always split the stack, because of memcpy and
|
this, we will always split the stack, because of memcpy and
|
||||||
memmove. */
|
memmove. */
|
||||||
extern struct __go_open_array
|
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));
|
__attribute__ ((no_split_stack));
|
||||||
|
|
||||||
struct __go_open_array
|
struct __go_open_array
|
||||||
|
|
Loading…
Reference in New Issue