X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fsys-types.h;h=7db46f112c526ccda2620b963347f82043d7f9f5;hb=c454741c6ec0c91649dc163a84da77d631003a51;hp=4fb351a9dbb21d8b8765c5cf3c8b20896fb98811;hpb=82739758884b760caaaf7899265aa77ba5705cb3;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/sys-types.h b/gcc/sys-types.h index 4fb351a9dbb..7db46f112c5 100644 --- a/gcc/sys-types.h +++ b/gcc/sys-types.h @@ -86,6 +86,7 @@ union wait; #include /* #include "sys/types.h" */ +#define ssize_t int /* The actual types used here are mostly wrong, but it is not supposed to matter what types we use here. */ @@ -165,7 +166,7 @@ typedef int ushort; typedef int ulong; typedef int uint; -typedef int va_list; +typedef int __gnuc_va_list; typedef int archdr; typedef int AUTH;