OSDN Git Service

(va_alist): Supply `int' as the type to define it as.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Sep 1992 01:10:28 +0000 (01:10 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Sep 1992 01:10:28 +0000 (01:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2109 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/sys-types.h

index dd583d9..36c4680 100644 (file)
@@ -86,6 +86,10 @@ union wait;
 #include "gstddef.h"
 
 /* #include "sys/types.h" */
+
+/* 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 +165,7 @@ typedef int ushort;
 typedef int ulong;
 typedef int uint;
 
-typedef va_list;
+typedef int va_list;
 
 typedef int archdr;
 typedef int AUTH;