summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/include
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-12 09:06:21 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-12 09:06:21 +0000
commit7d97ac10fd797da40d043311ee5dcadd16069b56 (patch)
tree7f9e49641e06d622051b0d8fe02835d476522820 /sys/arch/socppc/include
parentf7681887b96b09ede50142fc2c8e9932ccf965e2 (diff)
More headers needed by userland.
Diffstat (limited to 'sys/arch/socppc/include')
-rw-r--r--sys/arch/socppc/include/stdarg.h3
-rw-r--r--sys/arch/socppc/include/va-ppc.h3
-rw-r--r--sys/arch/socppc/include/varargs.h3
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>