Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59836bd2 authored by Alex Ray's avatar Alex Ray Committed by Android (Google) Code Review
Browse files

Merge "cutils: trace: use ANDROID_SMP to switch atomics"

parents 229d2ace 448f76a1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -21,9 +21,14 @@
#include <sys/types.h>
#include <stdint.h>
#include <unistd.h>
#include <cutils/atomic.h>
#include <cutils/compiler.h>

#ifdef ANDROID_SMP
#include <cutils/atomic-inline.h>
#else
#include <cutils/atomic.h>
#endif

__BEGIN_DECLS

/**