am c16f0486: resolved conflicts for merge of 2b10e2f1 to lmp-dev-plus-aosp

* commit 'c16f0486fca0df1125cc381d3f4ef3b652d72d29':
  Undefine _Atomic before redefining
This commit is contained in:
Andreas Gampe
2014-09-03 09:12:50 +00:00
committed by Android Git Automerger

View File

@@ -58,7 +58,6 @@
/* 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;