Commit bb3facc5 by Richard Stallman

(va_alist): Supply `int' as the type to define it as.

From-SVN: r2109
parent d847e6a7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment