| commit | 13781e7f23f3441c4b8cdffd604c30eb06addcfa | [log] [tgz] |
|---|---|---|
| author | Tom Giordano <tomgiordano83@gmail.com> | Thu Dec 22 00:44:14 2011 +1100 |
| committer | Paul Mongold <pmongold@gmail.com> | Wed Dec 28 04:52:37 2011 -0500 |
| tree | e65d8801129bf3b5f1056631c285d9876a6a2bb1 | |
| parent | 73adef81a8e567cc9dd9252ba738bc69dcc9cdf0 [diff] |
timezone: data file should be 32 bit aligned 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: Ieea8ef07e49ef86d139c52ebfccf4159c0ebd886