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:
David 'Digit' Turner
2010-06-10 23:34:24 -07:00
parent 038fbae518
commit 6c8a2f2a5b
4 changed files with 116 additions and 4 deletions

View File

@@ -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>