[PATCH] Use 64-bit time_t for time zone file parsing

Florian Weimer fweimer@redhat.com
Tue May 8 14:29:00 GMT 2018


On 05/08/2018 04:05 PM, Andreas Schwab wrote:
> On Mai 08 2018, Florian Weimer <fweimer@redhat.com> wrote:
> 
>> +  if ((BYTE_ORDER != BIG_ENDIAN && trans_width == 4)
>> +      || (BYTE_ORDER == BIG_ENDIAN && trans_width == 4))
> 
> Redundant condition.

Ah.  I'm dropping the check of BYTE_ORDER.

Thanks,
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: internal_time_t-2.patch
Type: text/x-patch
Size: 9538 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20180508/ba4c6bfb/attachment.bin>


More information about the Libc-alpha mailing list