From fa26623fb9b8bea0664d8b457f0cb9117f8b650b Mon Sep 17 00:00:00 2001 From: Kenji Aoyama Date: Wed, 21 Apr 2004 15:24:16 +0000 Subject: Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k and CMU Mach. --- sys/arch/luna88k/include/stdarg.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/arch/luna88k/include/stdarg.h (limited to 'sys/arch/luna88k/include/stdarg.h') diff --git a/sys/arch/luna88k/include/stdarg.h b/sys/arch/luna88k/include/stdarg.h new file mode 100644 index 00000000000..95f5e13ab06 --- /dev/null +++ b/sys/arch/luna88k/include/stdarg.h @@ -0,0 +1,16 @@ +/* $OpenBSD: stdarg.h,v 1.1 2004/04/21 15:23:58 aoyama Exp $ */ + +#ifndef _M88K_STDARGS_H_ +#define _M88K_STDARGS_H_ + +#include + +#ifndef _STDARG_H +#define _STDARG_H +#endif + +#include + +typedef _BSD_VA_LIST_ va_list; + +#endif /* _M88K_STDARGS_H_ */ -- cgit v1.2.3