diff options
Diffstat (limited to 'sys/arch/m88k/include/stdarg.h')
-rw-r--r-- | sys/arch/m88k/include/stdarg.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/arch/m88k/include/stdarg.h b/sys/arch/m88k/include/stdarg.h deleted file mode 100644 index 63b13410656..00000000000 --- a/sys/arch/m88k/include/stdarg.h +++ /dev/null @@ -1,16 +0,0 @@ -/* $OpenBSD: stdarg.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */ - -#ifndef _M88K_STDARG_H_ -#define _M88K_STDARG_H_ - -#include <machine/_types.h> - -#ifndef _STDARG_H -#define _STDARG_H -#endif - -#include <machine/va-m88k.h> - -typedef __va_list va_list; - -#endif /* _M88K_STDARG_H_ */ |