summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/varargs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/arch/m88k/include/varargs.h b/sys/arch/m88k/include/varargs.h
deleted file mode 100644
index a399f55b2a2..00000000000
--- a/sys/arch/m88k/include/varargs.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $OpenBSD: varargs.h,v 1.2 2006/01/06 18:53:05 millert Exp $ */
-
-#ifndef _M88K_VARARGS_H_
-#define _M88K_VARARGS_H_
-
-#define _VARARGS_H
-
-#include <machine/_types.h>
-#include <machine/va-m88k.h>
-
-typedef __va_list va_list;
-
-#endif /* _M88K_VARARGS_H_ */