summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/timezone.h
diff options
context:
space:
mode:
authorsof <unknown>1999-02-05 14:34:05 +0000
committersof <unknown>1999-02-05 14:34:05 +0000
commit817f516201964f5e9a84b74e8eaeaa2e7b4cda83 (patch)
treef02f25c81026e7d565fded8732f0d910cdae8541 /ghc/lib/std/cbits/timezone.h
parent99f2474458f8eec90ee51305a3855df469cb023a (diff)
downloadhaskell-817f516201964f5e9a84b74e8eaeaa2e7b4cda83.tar.gz
[project @ 1999-02-05 14:34:02 by sof]
'errors' caught by -fwarn-type-defaults
Diffstat (limited to 'ghc/lib/std/cbits/timezone.h')
-rw-r--r--ghc/lib/std/cbits/timezone.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/lib/std/cbits/timezone.h b/ghc/lib/std/cbits/timezone.h
index 2bfe281522..5050342c8d 100644
--- a/ghc/lib/std/cbits/timezone.h
+++ b/ghc/lib/std/cbits/timezone.h
@@ -1,7 +1,7 @@
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
- * $Id: timezone.h,v 1.3 1998/12/02 13:28:01 simonm Exp $
+ * $Id: timezone.h,v 1.4 1999/02/05 14:34:05 sof Exp $
*
* Time-zone support header
*/
@@ -57,7 +57,9 @@ extern char *tzname[2];
# endif /* ! HAVE_TZNAME */
/* Get the offset in secs from UTC, if (struct tm) doesn't supply it. */
+#ifndef cygwin32_TARGET_OS
extern TYPE_TIMEZONE timezone;
+#endif
# if HAVE_ALTZONE
extern time_t altzone;