commit | 990d2fc6a5ba9884654aa2d2bc5eda709ff17ba1 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Jul 23 10:40:48 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Wed Jul 23 10:40:48 2014 -0700 |
tree | d07e4ecbc680ec537a886c43d48134909b58af91 | |
parent | e7d69bbe49f69b4a334571d96d0ef0f8021f37af [diff] [blame] |
Update LLVM prebuilts for rebase to r212749. Change-Id: I4ab2a7671522d6d8c52e9ade72591f189f5a1670
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 @@ #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 */