commit | 9082e7af37bd6490e6bf6d5de44cdbbad7949662 | [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 | d3fb2aed2ee19a3d6d43dbc59ce3fb72addcae77 | |
parent | 1baa19b1a6bec9c0b1b067eef378646c62d9bf1b [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