summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/ansi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h
index ca6d5f2..d429b86 100644
--- a/sys/arm/include/ansi.h
+++ b/sys/arm/include/ansi.h
@@ -76,7 +76,10 @@
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
#else
#define _BSD_VA_LIST_ char * /* va_list */
-#endif /*__GNUC__*/
+#endif /* post GCC 2.95 */
+#if defined __GNUC__
+typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/
+#endif
/*
* The rune type above is declared to be an ``int'' instead of the more natural
OpenPOWER on IntegriCloud