]> sourceware.org Git - glibc.git/commitdiff
[BZ #470] Import fix from gnulib.
authorRoland McGrath <roland@gnu.org>
Fri, 22 Oct 2004 22:17:48 +0000 (22:17 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 22 Oct 2004 22:17:48 +0000 (22:17 +0000)
* time/mktime.c [!_LIBC] (__mktime_internal): Define to
mktime_internal, to avoid clashes with any __mktime_internal
function defined in the standard library.

ChangeLog
time/mktime.c

index 9e1e5ec9d83ec37b106775ffea0135a9565cacfe..7dccbfc039310971ee85c48fa89a9810c11eb908 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+       [BZ #470] Import fix from gnulib.
+       * time/mktime.c [!_LIBC] (__mktime_internal): Define to
+       mktime_internal, to avoid clashes with any __mktime_internal
+       function defined in the standard library.
+
        [BZ #469] Imported from gnulib.
        * time/mktime.c (__isleap): Remove; all uses replaced by:
        (leapyear): New function, which avoids overflow by not adding
index 1acad267ae8bbec0302818a429073ee0adddeac5..fc46a6a5660c9dfb18b4178c49f578f52853935f 100644 (file)
@@ -108,6 +108,7 @@ const unsigned short int __mon_yday[2][13] =
 # include "time_r.h"
 # undef __localtime_r
 # define __localtime_r localtime_r
+# define __mktime_internal mktime_internal
 #endif
 
 
This page took 0.045366 seconds and 5 git commands to generate.