OSDN Git Service

libgo: Fix append declaration.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2011 17:31:00 +0000 (17:31 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2011 17:31:00 +0000 (17:31 +0000)
From Rainer Orth.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172659 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/runtime/go-append.c

index e501f30..261d85b 100644 (file)
@@ -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