diff options
-rw-r--r-- | sys/arch/socppc/include/stdarg.h | 3 | ||||
-rw-r--r-- | sys/arch/socppc/include/va-ppc.h | 3 | ||||
-rw-r--r-- | sys/arch/socppc/include/varargs.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/stdarg.h b/sys/arch/socppc/include/stdarg.h new file mode 100644 index 00000000000..54c152dfe9d --- /dev/null +++ b/sys/arch/socppc/include/stdarg.h @@ -0,0 +1,3 @@ +/* $OpenBSD: stdarg.h,v 1.1 2008/05/12 09:06:20 kettenis Exp $ */ + +#include <powerpc/stdarg.h> diff --git a/sys/arch/socppc/include/va-ppc.h b/sys/arch/socppc/include/va-ppc.h new file mode 100644 index 00000000000..604df21a17e --- /dev/null +++ b/sys/arch/socppc/include/va-ppc.h @@ -0,0 +1,3 @@ +/* $OpenBSD: va-ppc.h,v 1.1 2008/05/12 09:06:20 kettenis Exp $ */ + +#include <powerpc/va-ppc.h> diff --git a/sys/arch/socppc/include/varargs.h b/sys/arch/socppc/include/varargs.h new file mode 100644 index 00000000000..f86b289a402 --- /dev/null +++ b/sys/arch/socppc/include/varargs.h @@ -0,0 +1,3 @@ +/* $OpenBSD: varargs.h,v 1.1 2008/05/12 09:06:20 kettenis Exp $ */ + +#include <powerpc/varargs.h> |