OSDN Git Service

* cpppch.c (cpp_valid_state): Unconditionally initialize nl.
[pf3gnuchains/gcc-fork.git] / gcc / sys-types.h
index dd583d9..7db46f1 100644 (file)
@@ -83,9 +83,14 @@ 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.  */
+
 typedef int dev_t;
 typedef int pid_t;
 typedef int gid_t;
@@ -161,7 +166,7 @@ typedef int ushort;
 typedef int ulong;
 typedef int uint;
 
-typedef va_list;
+typedef int __gnuc_va_list;
 
 typedef int archdr;
 typedef int AUTH;