changeset 4932:b1d30be1b2ea

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 21 Jan 2004 22:18:24 +0000
parents 3743557233a8
children e91b53a432f7
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-21  Jim Meyering  <jim@meyering.net>
+
+	* mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
+	so as not to conflict with a different-sized __mktime_internal
+	function in GNU libc.
+	* timegm.c (__mktime_internal) [!_LIBC]: Likewise.
+	Problem building statically-linked `ls' reported by Michael Brunnbauer.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
 	Safer stack allocation.