diff options
| author | tsubai <tsubai@NetBSD.org> | 1998-05-15 10:15:45 +0000 |
|---|---|---|
| committer | tsubai <tsubai@NetBSD.org> | 1998-05-15 10:15:45 +0000 |
| commit | 2be6df07c656dc3c263b28bb8fee733c061fc80f (patch) | |
| tree | 1a9de8d86d84d3e0e8141a09b5405621843f1a0b /sys/arch/macppc/include/stdarg.h | |
| parent | b230bf09a06b3aa79e007f7c5a40d86c3fa5a5d4 (diff) | |
Initial import of macppc port.
Diffstat (limited to 'sys/arch/macppc/include/stdarg.h')
| -rw-r--r-- | sys/arch/macppc/include/stdarg.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arch/macppc/include/stdarg.h b/sys/arch/macppc/include/stdarg.h new file mode 100644 index 00000000000..819f78fb015 --- /dev/null +++ b/sys/arch/macppc/include/stdarg.h @@ -0,0 +1,15 @@ +/* $NetBSD: stdarg.h,v 1.1 1998/05/15 10:15:56 tsubai Exp $ */ + +#ifndef _PPC_STDARG_H_ +#define _PPC_STDARG_H_ + +#include <machine/ansi.h> + +#ifndef _STDARG_H +#define _STDARG_H +#endif +#include <machine/va-ppc.h> + +typedef __gnuc_va_list va_list; + +#endif /* ! _PPC_STDARG_H_ */ |
