commit | aa22b6487a122533407ef97225336ed4af24f919 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Jul 23 10:40:48 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Fri Jul 25 00:51:10 2014 -0700 |
tree | 80c5d107742981ab5b97a078fc35fa1829d20e29 | |
parent | c95436bf1de62368166d0dc04a11befc86101a03 [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 */