diff options
Diffstat (limited to 'newlib/libc/include/time.h')
-rw-r--r-- | newlib/libc/include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h index 1ff5b828d..53e3c4e89 100644 --- a/newlib/libc/include/time.h +++ b/newlib/libc/include/time.h @@ -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 |