summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Hall2017-02-13 17:19:24 -0600
committerJesse Hall2017-02-23 20:44:50 -0600
commit41129a2526d4a8bc3510bc65c0e39e1e9d4700d2 (patch)
tree2e0ffa0c4c47072e77e8214c53d223078907ce64 /libsync/sync.c
parentb7fdb2a1284143b8cee11483646b8753262ad165 (diff)
downloadplatform-system-core-41129a2526d4a8bc3510bc65c0e39e1e9d4700d2.tar.gz
platform-system-core-41129a2526d4a8bc3510bc65c0e39e1e9d4700d2.tar.xz
platform-system-core-41129a2526d4a8bc3510bc65c0e39e1e9d4700d2.zip
sync: rename sync/sync.h to android/sync.h
Leave a temporary symlink from the old name to avoid having to change all dependencies simultaneously. Bug: 1901466 Test: m Change-Id: Id210f0091457e52e1a6e048d241a723bdbe8779b
Diffstat (limited to 'libsync/sync.c')
-rw-r--r--libsync/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsync/sync.c b/libsync/sync.c
index e68cc899d..27dab832f 100644
--- a/libsync/sync.c
+++ b/libsync/sync.c
@@ -27,7 +27,7 @@
27#include <sys/stat.h> 27#include <sys/stat.h>
28#include <sys/types.h> 28#include <sys/types.h>
29 29
30#include <sync/sync.h> 30#include <android/sync.h>
31 31
32/* Legacy Sync API */ 32/* Legacy Sync API */
33 33