*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:18:24 +0000 (22:18 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 22:18:24 +0000 (22:18 +0000)
lib/ChangeLog

index 319b66d14637deb5b266d481479da8e9bc5d5469..1efa890a1c288b98764ada3bd4868a9e67793aaf 100644 (file)
@@ -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.