[HAVE_TZNAME || defined __LIBC]: Declare tzname.
authorJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 02:46:42 +0000 (02:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 02:46:42 +0000 (02:46 +0000)
lib/strftime.c

index 5d11f53c3713f70f40da69f604400a0ba2197315..64c07646504b9da14323a3074bc98b1a428eea83 100644 (file)
@@ -47,7 +47,7 @@
 # endif
 #endif
 
-#if HAVE_TZNAME
+#if HAVE_TZNAME || defined __LIBC
 extern char *tzname[];
 #endif