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

* commit '9ac60bf82b1f0e316666b862e9924f90caa60342':
  Make stdatomic.h work with gcc4.6 host compiler
This commit is contained in:
Hans Boehm 2014-09-03 05:07:24 +00:00 committed by Android Git Automerger
commit 5c2c544382

@ -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;