diff options
Diffstat (limited to 'missing_d')
-rw-r--r-- | missing_d/ChangeLog | 4 | ||||
-rw-r--r-- | missing_d/strftime.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog index 40e4ede0..4eaa802f 100644 --- a/missing_d/ChangeLog +++ b/missing_d/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 29 20:09:40 2010 Eli Zaretskii <eliz@gnu.org> + + * strftime.c <tzname>: Don't declare for __MINGW32__. + Thu Nov 25 21:16:58 2010 Arnold D. Robbins <arnold@skeeve.com> * strcoll.c: New file. diff --git a/missing_d/strftime.c b/missing_d/strftime.c index 69a0c517..d4b9ecf4 100644 --- a/missing_d/strftime.c +++ b/missing_d/strftime.c @@ -55,8 +55,10 @@ # endif #endif #if HAVE_TZNAME +#ifndef __MINGW32__ extern char *tzname[]; #endif +#endif /* Do multibyte processing if multibytes are supported, unless multibyte sequences are safe in formats. Multibyte sequences are |