aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/varargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/varargs.h')
-rw-r--r--sys/powerpc/include/varargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h
index 6e0f346d5ae0..6ac271a9d723 100644
--- a/sys/powerpc/include/varargs.h
+++ b/sys/powerpc/include/varargs.h
@@ -33,9 +33,9 @@
#if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3)
-#include <machine/ansi.h>
+#include <sys/_types.h>
-typedef _BSD_VA_LIST_ va_list;
+typedef __va_list va_list;
typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
#define va_alist __builtin_va_alist