diff options
author | Rom Lemarchand | 2014-01-02 21:31:53 -0600 |
---|---|---|
committer | Rom Lemarchand | 2014-01-03 15:27:05 -0600 |
commit | ddc20de1483028ee0b4401266499a59631e9d659 (patch) | |
tree | afe715bfbf684fcb3fe9c38b490eb80c857329f6 /libsync/sync_test.c | |
parent | f5447b0eb9cd2157f4935477f05d4c92dcda37c8 (diff) | |
download | platform-system-core-ddc20de1483028ee0b4401266499a59631e9d659.tar.gz platform-system-core-ddc20de1483028ee0b4401266499a59631e9d659.tar.xz platform-system-core-ddc20de1483028ee0b4401266499a59631e9d659.zip |
move sync headers from include to libsync
Make sw_sync.h private
Change-Id: I0b120ebe81fd4a191b7aa4b6a8de4f64d16e2b3e
Diffstat (limited to 'libsync/sync_test.c')
-rw-r--r-- | libsync/sync_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsync/sync_test.c b/libsync/sync_test.c index 386747a62..ee9ea3ca1 100644 --- a/libsync/sync_test.c +++ b/libsync/sync_test.c | |||
@@ -23,6 +23,7 @@ | |||
23 | #include <unistd.h> | 23 | #include <unistd.h> |
24 | 24 | ||
25 | #include <sync/sync.h> | 25 | #include <sync/sync.h> |
26 | #include "sw_sync.h" | ||
26 | 27 | ||
27 | pthread_mutex_t printf_mutex = PTHREAD_MUTEX_INITIALIZER; | 28 | pthread_mutex_t printf_mutex = PTHREAD_MUTEX_INITIALIZER; |
28 | 29 | ||