summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2014-10-04 02:09:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-04 02:09:19 +0000
commit054627df6bdd1ab70942c9c5033e9e5d3d82666a (patch)
tree251c365d3956a4602f3a3ce0ca811f7f2860375e /libcutils
parent2ac8207e505ff645c8fe9416da689f12dd73f68e (diff)
parent072877af485d49f11e227c0d22a7bb4a341533d6 (diff)
downloadsystem_core-054627df6bdd1ab70942c9c5033e9e5d3d82666a.zip
system_core-054627df6bdd1ab70942c9c5033e9e5d3d82666a.tar.gz
system_core-054627df6bdd1ab70942c9c5033e9e5d3d82666a.tar.bz2
am 072877af: am 41198eea: Merge "Revert "Rewrite atomic.h to use stdatomic.h.""
* commit '072877af485d49f11e227c0d22a7bb4a341533d6': Revert "Rewrite atomic.h to use stdatomic.h."
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/atomic.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/libcutils/atomic.c b/libcutils/atomic.c
index d34aa00..1484ef8 100644
--- a/libcutils/atomic.c
+++ b/libcutils/atomic.c
@@ -14,13 +14,6 @@
* limitations under the License.
*/
-/*
- * Generate non-inlined versions of android_atomic functions.
- * Nobody should be using these, but some binary blobs currently (late 2014)
- * are.
- * If you read this in 2015 or later, please try to delete this file.
- */
-
#define ANDROID_ATOMIC_INLINE
-#include <cutils/atomic.h>
+#include <cutils/atomic-inline.h>