From: Jim Meyering Date: Wed, 21 Jan 2004 22:18:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4e009b2ccffda50769cfe8d22a39c6e6fd2bcb;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 319b66d146..1efa890a1c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-01-21 Jim Meyering + + * 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 Safer stack allocation.