# HG changeset patch # User Jim Meyering # Date 1038132386 0 # Node ID cc301544e3dbe22b311cb21b0143a4156de42fc4 # Parent 995baf973b6831fd74a9cc02880cb602bbcc9ee2 . diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2002-11-24 Jim Meyering + + Update from coreutils: + + Avoid a link-time failure on some Linux systems. + * mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise). + (__mon_yday): Declare with the STATIC attribute. + (__mktime_internal): Likewise. + Based on a report from Greg Schafer. + 2002-11-23 Jim Meyering * sig2str.c (str2signum, sig2str): Avoid a warning from gcc: