From: Ian Lance Taylor Date: Mon, 18 Apr 2011 17:31:00 +0000 (+0000) Subject: libgo: Fix append declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1c2f29025499e433151a9252eabaeef1965acd4;p=gcc.git libgo: Fix append declaration. From Rainer Orth. From-SVN: r172659 --- diff --git a/libgo/runtime/go-append.c b/libgo/runtime/go-append.c index e501f3066a9..261d85b5ba9 100644 --- a/libgo/runtime/go-append.c +++ b/libgo/runtime/go-append.c @@ -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