timezonevar in time.h
Wu Yongwei
adah@netstd.com
Thu Aug 22 19:40:00 GMT 2002
Corinna Vinschen says I should send the message here, thus this forwarding.
According to him, the file is at newlib/libc/include/time.h.
Best regards,
Wu Yongwei
-------- Original Message --------
Subject: timezonevar in time.h
Date: Thu, 22 Aug 2002 11:02:16 +0800
From: Wu Yongwei <adah@netstd.com>
Organization: Kingnet Security, Inc.
To: cygwin-patches@cygwin.com
The current /usr/include/time.h requires people to use
"#define timezonevar 1" instead of just "#define timezonevar" before
including <time.h>:
--- time.h.orig 2002-07-06 14:19:00.000000000 +0800
+++ time.h 2002-08-21 21:34:32.000000000 +0800
@@ -109,7 +109,7 @@
#ifndef daylight
#define daylight _daylight
#endif
-#if timezonevar
+#ifdef timezonevar
#ifndef timezone
#define timezone ((long int) _timezone)
#endif
Change Log:
2002-8-21 Wu Yongwei <adah@netstd.com>
* time.h (timezonevar): Change "#if" to "#ifdef".
More information about the Newlib
mailing list