X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=1c202c9b6185392fb39cf3a1a8ac5232ba107101;hb=2354d5ead305b61c925e53bcfb73d47de7c53162;hp=3fce99bd892d06d2a1434a1f9fc0258e2715e92f;hpb=5661ab9d49512b4cf3c19caa11bb581d8ce561ba;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 3fce99bd8..1c202c9b6 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -134,11 +134,10 @@ extern char *tzname[]; #endif #if !HAVE_TM_GMTOFF -/* Portable standalone applications should supply a "time_r.h" that +/* Portable standalone applications should supply a "time.h" that declares a POSIX-compliant localtime_r, for the benefit of older implementations that lack localtime_r or have a nonstandard one. See the gnulib time_r module for one way to implement this. */ -# include "time_r.h" # undef __gmtime_r # undef __localtime_r # define __gmtime_r gmtime_r