am 5c2c5443: am 9ac60bf8: Make stdatomic.h work with gcc4.6 host compiler

* commit '5c2c5443823e30bfb02394f4fc2da06a74bd58df':
  Make stdatomic.h work with gcc4.6 host compiler
This commit is contained in:
Hans Boehm 2014-09-03 09:12:51 +00:00 committed by Android Git Automerger
commit fd77e895ac

View File

@ -58,6 +58,7 @@
/* included. The definitions in <atomic> themselves see */
/* the old definition, as they should. */
/* Client code sees the following definition. */
#define _Atomic(t) std::atomic<t>
using std::atomic_is_lock_free;