diff options
| author | David 'Digit' Turner <digit@google.com> | 2010-06-10 23:34:24 -0700 |
|---|---|---|
| committer | David 'Digit' Turner <digit@google.com> | 2010-06-11 13:49:09 -0700 |
| commit | 6c8a2f2a5bc8d612ee953f528f2b5eb35983656a (patch) | |
| tree | 7dd45d3e3162220578e93a6cb7244b4209b1c7c5 /libc/bionic/semaphore.c | |
| parent | 038fbae518e904c7aba64779714a22dbeeb90887 (diff) | |
| download | bionic-6c8a2f2a5bc8d612ee953f528f2b5eb35983656a.zip bionic-6c8a2f2a5bc8d612ee953f528f2b5eb35983656a.tar.gz bionic-6c8a2f2a5bc8d612ee953f528f2b5eb35983656a.tar.bz2 | |
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
Diffstat (limited to 'libc/bionic/semaphore.c')
| -rw-r--r-- | libc/bionic/semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/semaphore.c b/libc/bionic/semaphore.c index 39d049a..0a6cab4 100644 --- a/libc/bionic/semaphore.c +++ b/libc/bionic/semaphore.c @@ -30,7 +30,7 @@ #include <sys/time.h> #include <sys/atomics.h> #include <time.h> -#include <cutils/atomic-inline.h> +#include <bionic_atomic_inline.h> #include <bionic_futex.h> /* Use the lower 31-bits for the counter, and the high bit for |
