OSDN Git Service

2004-05-13 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / sys-types.h
index 4fb351a..7db46f1 100644 (file)
@@ -86,6 +86,7 @@ union wait;
 #include <stddef.h>
 
 /* #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;