summaryrefslogtreecommitdiffstats
path: root/renderscript/clang-include/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'renderscript/clang-include/stdarg.h')
-rw-r--r--renderscript/clang-include/stdarg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/renderscript/clang-include/stdarg.h b/renderscript/clang-include/stdarg.h
index 6110a06..a57e183 100644
--- a/renderscript/clang-include/stdarg.h
+++ b/renderscript/clang-include/stdarg.h
@@ -44,7 +44,9 @@ typedef __builtin_va_list va_list;
#endif
/* Hack required to make standard headers work, at least on Ubuntu */
+#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST 1
+#endif
typedef __builtin_va_list __gnuc_va_list;
#endif /* __STDARG_H */