diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-12 09:06:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-12 09:06:21 +0000 |
commit | 7d97ac10fd797da40d043311ee5dcadd16069b56 (patch) | |
tree | 7f9e49641e06d622051b0d8fe02835d476522820 /sys/arch/socppc/include | |
parent | f7681887b96b09ede50142fc2c8e9932ccf965e2 (diff) |
More headers needed by userland.
Diffstat (limited to 'sys/arch/socppc/include')
-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> |