commit | c9add2af117ff44f02b52c5ed8047e5316f14c4d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 19 12:55:17 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 19 12:55:17 2018 -0800 |
tree | 558bc37691100e70ba90f749e9ab3466efb31cb6 | |
parent | c08f3d443030fb5e2dcaa03efb134101305817f1 [diff] |
Build libbase with _FILE_OFFSET_BITS=64. sehr points out that we already have two bugs caused by not doing this: file.cpp has a call to pread with an off64_t that gets truncated, and mapped_file.cpp does similar with mmap. Bug: N/A Test: ran tests Change-Id: Ia098a836457e5adf109541235ad71c0ad7219da8