diff options
Diffstat (limited to 'sys/arch/amiga/include/stdarg.h')
-rw-r--r-- | sys/arch/amiga/include/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/amiga/include/stdarg.h b/sys/arch/amiga/include/stdarg.h new file mode 100644 index 00000000000..0717f83d839 --- /dev/null +++ b/sys/arch/amiga/include/stdarg.h @@ -0,0 +1,4 @@ +/* $NetBSD: stdarg.h,v 1.8 1994/10/26 02:06:40 cgd Exp $ */ + +/* Just use the common m68k definition */ +#include <m68k/stdarg.h> |