summaryrefslogtreecommitdiffstats
path: root/include/sync
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2012-08-21 18:21:18 -0700
committerErik Gilling <konkers@android.com>2012-08-21 18:21:18 -0700
commit984d35703d5c6738253193bd53da9dedb3b58243 (patch)
tree0f1d442fab3c7bde6497e6aba2adacbfad487fe8 /include/sync
parent6302b420554724c1434e27e2cd46cb43f5fb7bca (diff)
downloadsystem_core-984d35703d5c6738253193bd53da9dedb3b58243.zip
system_core-984d35703d5c6738253193bd53da9dedb3b58243.tar.gz
system_core-984d35703d5c6738253193bd53da9dedb3b58243.tar.bz2
update libsync to support new timeout semantics
Change-Id: Ibedbd261bb96a84785c4e679b6fc4061287d5d7d
Diffstat (limited to 'include/sync')
-rw-r--r--include/sync/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sync/sync.h b/include/sync/sync.h
index f015fa1..918acf6 100644
--- a/include/sync/sync.h
+++ b/include/sync/sync.h
@@ -42,7 +42,7 @@ struct sync_pt_info {
};
/* timeout in msecs */
-int sync_wait(int fd, unsigned int timeout);
+int sync_wait(int fd, int timeout);
int sync_merge(const char *name, int fd1, int fd2);
struct sync_fence_info_data *sync_fence_info(int fd);
struct sync_pt_info *sync_pt_info(struct sync_fence_info_data *info,