diff options
| author | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1995-03-26 07:12:03 +0000 |
| commit | 8b0113cfceadf3ee3bc427c4680b6b46bb57ceea (patch) | |
| tree | 2a5b7db0400149a733175c4b1a56774b2d4c1eb7 /sys/arch/atari/include/stdarg.h | |
| parent | 282052c7a8346370f47965457329f3b0b3fa01b7 (diff) | |
NetBSD/Atari, port by Leo Weppelman.
Diffstat (limited to 'sys/arch/atari/include/stdarg.h')
| -rw-r--r-- | sys/arch/atari/include/stdarg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/atari/include/stdarg.h b/sys/arch/atari/include/stdarg.h new file mode 100644 index 00000000000..9b66132359a --- /dev/null +++ b/sys/arch/atari/include/stdarg.h @@ -0,0 +1,4 @@ +/* $NetBSD: stdarg.h,v 1.1.1.1 1995/03/26 07:12:06 leo Exp $ */ + +/* Just use the common m68k definition */ +#include <m68k/stdarg.h> |
