summaryrefslogtreecommitdiffstats
path: root/libsync/sync.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing <malloc.h> and <string.h> includes.Elliott Hughes2015-01-281-0/+1
| | | | Change-Id: Ia41756e607663d056e7d2fdd7ecbec7e5841a913
* update libsync to support new timeout semanticsErik Gilling2012-08-211-2/+2
| | | | Change-Id: Ibedbd261bb96a84785c4e679b6fc4061287d5d7d
* libsync: remove linux includes from sync/sync.hJamie Gennis2012-06-191-2/+3
| | | | | | | | This change removes the #includes of "linux/*.h" headers from the libsync header. It currently does this by copying the needed structs that are in the linux headers. This is intended to be a temporary solution. Change-Id: Ie7e1a8e05fcf8809ba4aa0e2427efe141dae5327
* sync: Add lib sync helper libraryErik Gilling2012-04-181-0/+115
Used to talk to kernel synchronization framework Change-Id: I66e1f4a90f5d58d384bf1cec09db52101f182c5e Signed-off-by: Erik Gilling <konkers@android.com>