2002-08-26 Wu Yongwei <adah@netstd.com>

* time.h (timezonevar): Change "#if" to "#ifdef".
This commit is contained in:
Jeff Johnston 2002-08-26 19:05:48 +00:00
parent 90b65e2d06
commit a4421c1152
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-26 Wu Yongwei <adah@netstd.com>
* time.h (timezonevar): Change "#if" to "#ifdef".
2002-08-26 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am(LIBC_OBJECTLISTS): Add STDIO64_OBJECTLIST.

View File

@ -109,7 +109,7 @@ extern __IMPORT char *_tzname[2];
#ifndef daylight
#define daylight _daylight
#endif
#if timezonevar
#ifdef timezonevar
#ifndef timezone
#define timezone ((long int) _timezone)
#endif