2002-08-26 Wu Yongwei <adah@netstd.com>
* time.h (timezonevar): Change "#if" to "#ifdef".
This commit is contained in:
parent
90b65e2d06
commit
a4421c1152
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue