changeset 802:2b2773a0abe2

[HAVE_TZNAME || defined __LIBC]: Declare tzname.
author Jim Meyering <jim@meyering.net>
date Tue, 10 Dec 1996 02:46:42 +0000
parents da8cea3a8036
children ff62201579ac
files lib/strftime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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