| commit | f0d31b4cca4278a3c1fae9a1d3c8802602796507 | [log] [tgz] |
|---|---|---|
| author | Tom Giordano <tomgiordano83@gmail.com> | Fri Mar 30 20:12:45 2012 -0400 |
| committer | Paul Mongold <pmongold@gmail.com> | Fri Mar 30 20:14:26 2012 -0400 |
| tree | 8450a085222a03210b6a8e0d14dfb102706bdb88 | |
| parent | 0372d0fc8ee6a23a6bd0b62a545578d513fc6d67 [diff] |
bionic: timezone update to tzdata2012b and fix 32 bit alignment The update to Android 4.0.4 updated the timezone data file to once again not be 32 bit aligned, causing SIGBUS on ARMv5/6. The zoneinfo.dat file is memory mapped and then read as an int array. On some platforms this is causing alignment errors (SIGBUS) because the records are not 32 bit aligned. Change-Id: I1ed0e7842e6615bf0123f258a21bc40e838fd18e