aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-06 22:02:06 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-06 22:02:06 +0000
commitddb056b7d4ce781bd224b0ad39b91d8944d5f4c9 (patch)
treeca6903df0e58804bc5eee0317f884aa8862f4ee2 /sys/powerpc/include
parent0b058e3cbdc5865f37c8b8d7147e56a97dd29c52 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/varargs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h
index 6ac271a9d723..26d8a9327154 100644
--- a/sys/powerpc/include/varargs.h
+++ b/sys/powerpc/include/varargs.h
@@ -35,7 +35,11 @@
#include <sys/_types.h>
+#ifndef _VA_LIST_DECLARED
+#define _VA_LIST_DECLARED
typedef __va_list va_list;
+#endif
+
typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
#define va_alist __builtin_va_alist