History log of /system/core/include/utils/Compat.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b9fd6f986492d74125274722b8ea1a3819cd216a 16-Oct-2012 Kenny Root <kroot@google.com> Add TEMP_FAILURE_RETRY to ZipUtils

Change-Id: I275c415f14eeffaf9a58d45f3ea014d766441ec3
/system/core/include/utils/Compat.h
e2fa7dc58eaf34f30b89350d143d97fd4a501199 24-Nov-2010 Kenny Root <kroot@google.com> Change assets to use 64-bit API

The asset system and supporting libraries were using off_t instead of
off64_t to access files larger than 2GB (32-bit signed). This change
replaces all off_t with off64_t and lseek64.

There is a new utils/Compat.h added for Mac OS compatibility.

Also fixed some size-related compiler warnings.

Bug: 3205336
Change-Id: I9097b3cb7a602e811fe52f245939d8975da55e9e
/system/core/include/utils/Compat.h