diff options
Diffstat (limited to 'sys/arch/m88k/include/stdarg.h')
-rw-r--r-- | sys/arch/m88k/include/stdarg.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/arch/m88k/include/stdarg.h b/sys/arch/m88k/include/stdarg.h new file mode 100644 index 00000000000..2c918f9fe95 --- /dev/null +++ b/sys/arch/m88k/include/stdarg.h @@ -0,0 +1,16 @@ +/* $OpenBSD: stdarg.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */ + +#ifndef _M88K_STDARGS_H_ +#define _M88K_STDARGS_H_ + +#include <machine/ansi.h> + +#ifndef _STDARG_H +#define _STDARG_H +#endif + +#include <machine/va-m88k.h> + +typedef _BSD_VA_LIST_ va_list; + +#endif /* _M88K_STDARGS_H_ */ |