]> git.ipfire.org Git - thirdparty/glibc.git/commit
[BZ #469] Imported from gnulib.
authorRoland McGrath <roland@gnu.org>
Fri, 22 Oct 2004 22:15:54 +0000 (22:15 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 22 Oct 2004 22:15:54 +0000 (22:15 +0000)
commit7203529423b8ea749b66874b86a038118f8dba00
treebc7e29e1fe1b898276aa7cdeb0caededbc4ee51a
parentc60a75408e675bbb8b50ce894d000f645a8bdff7
[BZ #469] Imported from gnulib.

* time/mktime.c (__isleap): Remove; all uses replaced by:
(leapyear): New function, which avoids overflow by not adding
1900 to year before testing whether it is a leap year.
ChangeLog
time/mktime.c