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