aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ginclude/stdarg.h')
-rw-r--r--gcc/ginclude/stdarg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h
index e19626e..986240b 100644
--- a/gcc/ginclude/stdarg.h
+++ b/gcc/ginclude/stdarg.h
@@ -119,6 +119,9 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
have no conflict with that. */
#ifndef _VA_LIST_
#define _VA_LIST_
+#ifdef __i860__
+#define _VA_LIST va_list
+#endif
typedef __gnuc_va_list va_list;
#endif /* _VA_LIST_ */
#else /* not __svr4__ */