diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-09 13:02:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-09 13:02:21 +0000 |
commit | 4fb3a6f7659fb4da1b090da4fc07562a7ca8e316 (patch) | |
tree | abb6e461e40f14fd94781736e61e65c663b78ae0 | |
parent | 5460d4a9c8051475f8ed093259f9e62f5c0a8fa1 (diff) | |
download | coreutils-4fb3a6f7659fb4da1b090da4fc07562a7ca8e316.tar.xz |
[HAVE_TZNAME]: Declare tzname.
Patch from Karl Heuer.
-rw-r--r-- | lib/strftime.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/strftime.c b/lib/strftime.c index 716f6530a..5d11f53c3 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -47,6 +47,10 @@ # endif #endif +#if HAVE_TZNAME +extern char *tzname[]; +#endif + /* Do multibyte processing if multibytes are supported, unless multibyte sequences are safe in formats. Multibyte sequences are safe if they cannot contain byte sequences that look like format |