NetBSD/sys/arch/powerpc/include/varargs.h

18 lines
300 B
C
Raw Normal View History

/* $NetBSD: varargs.h,v 1.3 1998/12/02 14:23:03 tsubai Exp $ */
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#ifndef _PPC_VARARGS_H_
1996-09-30 20:34:14 +04:00
#define _PPC_VARARGS_H_
1997-04-17 03:02:34 +04:00
#include <machine/ansi.h>
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#ifndef _VARARGS_H
#define _VARARGS_H
1996-09-30 20:34:14 +04:00
#endif
#include <powerpc/va-ppc.h>
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
typedef __gnuc_va_list va_list;
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#undef _BSD_VA_LIST
1996-09-30 20:34:14 +04:00
1997-04-17 03:02:34 +04:00
#endif /* ! _PPC_VARARGS_H_ */