From: Jim Meyering Date: Sun, 24 Nov 2002 10:06:26 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edf1ba2f70ca443c7768a3605ceb8f29d1ad19b;p=pspp . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4a947e8efa..e04c3e9014 100644 --- 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: