diff options
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/atomic.c | 9 |
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> |