From: Ian Lance Taylor Date: Mon, 18 Apr 2011 17:31:00 +0000 (+0000) Subject: libgo: Fix append declaration. X-Git-Tag: releases/gcc-4.7.0~7396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1c2f29025499e433151a9252eabaeef1965acd4;p=thirdparty%2Fgcc.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 e501f3066a95..261d85b5ba98 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