mktime: sync from glibc
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 May 2012 05:03:52 +0000 (22:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 24 May 2012 05:04:22 +0000 (22:04 -0700)
commit8c2718949a214f817f0a62a85c2594c1925753a7
tree3f094125265be40e33fceeb6129f61cfe482ae9c
parent338dd5d4362fdf5fb29b843d4d8a8f845bc750de
mktime: sync from glibc

* config/srclist.txt: Uncomment mktime.c.
* lib/mktime.c: Sync from glibc master.  This incorporates 3 changes.
First, indent with tabs, since glibc uses tabs and doesn't want to
change and we'd rather be identical to glibc.  Also, two small
coding changes:
(isdst_differ): Use &&, not &, as && is the usual style.
(__mktime_internal): Rename local var from abs_diff to approx_abs_diff
for clarity.
ChangeLog
config/srclist.txt
lib/mktime.c