* include/sys/time.h (struct timezone): Define.

* include/time.h (_timezone): Correct comment.
This commit is contained in:
Danny Smith
2006-06-22 21:57:44 +00:00
parent f489b5943c
commit 083f3e4a23
3 changed files with 16 additions and 1 deletions

View File

@ -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];