From: Jim Meyering Date: Tue, 10 Dec 1996 02:46:42 +0000 (+0000) Subject: [HAVE_TZNAME || defined __LIBC]: Declare tzname. X-Git-Tag: SH-UTILS-1_12s~12 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e155f4bf01d5e3ece418dc77720a61148db6f63c;p=thirdparty%2Fcoreutils.git [HAVE_TZNAME || defined __LIBC]: Declare tzname. --- diff --git a/lib/strftime.c b/lib/strftime.c index 5d11f53c37..64c0764650 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -47,7 +47,7 @@ # endif #endif -#if HAVE_TZNAME +#if HAVE_TZNAME || defined __LIBC extern char *tzname[]; #endif