diff options
Diffstat (limited to 'winsup/mingw/include/time.h')
-rw-r--r-- | winsup/mingw/include/time.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h index 2b41a8c..13d4d16 100644 --- a/winsup/mingw/include/time.h +++ b/winsup/mingw/include/time.h @@ -181,7 +181,8 @@ __MINGW_IMPORT char *tzname[2]; of macros. */ #define daylight _daylight -/* NOTE: timezone not defined because it would conflict with sys/timeb.h. +/* NOTE: timezone not defined as macro because it would conflict with + struct timezone in sys/time.h. Also, tzname used to a be macro, but now it's in moldname. */ __MINGW_IMPORT char *tzname[2]; |