libc: remove cutils dependencies
We simply copy the stuff we need from cutils headers. A future patch will change cutils to include the private <bionic_atomic_inline.h> Change-Id: Ib6fd9a03bc9e337ce867bd606dc94c2b4438480a
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include <assert.h>
|
||||
#include <malloc.h>
|
||||
#include <bionic_futex.h>
|
||||
#include <cutils/atomic-inline.h>
|
||||
#include <bionic_atomic_inline.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user