re PR tree-optimization/26830 (Repeated SSA update during loop header copying)
[gcc.git] / gcc / sys-types.h
index 36c4680766c82bae1a5b6cdf51c9098ab3b31d4e..7db46f112c526ccda2620b963347f82043d7f9f5 100644 (file)
@@ -83,9 +83,10 @@ struct ypall_callback;
 union wait;
 
 /* Get size_t and wchar_t.  */
-#include "gstddef.h"
+#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;