* include/cygwin/time.h: Switch to timezone variable by default. Add
comment.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2007-07-04  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* include/cygwin/time.h: Switch to timezone variable by default.  Add | ||||||
|  | 	comment. | ||||||
|  |  | ||||||
| 2007-06-29  Corinna Vinschen  <corinna@vinschen.de> | 2007-06-29  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* cygwin.din: Export fdopendir. | 	* cygwin.din: Export fdopendir. | ||||||
|   | |||||||
| @@ -29,7 +29,9 @@ time_t __cdecl timegm (struct tm *); | |||||||
| #   define daylight _daylight | #   define daylight _daylight | ||||||
| # endif | # endif | ||||||
|  |  | ||||||
| # ifndef timezonevar | /* The timezone function is only kept for backward compatibility. | ||||||
|  |    POSIX expects the timezone variable as XSI extension. */ | ||||||
|  | # ifdef __timezonefunc__ | ||||||
| char __cdecl *timezone (void); | char __cdecl *timezone (void); | ||||||
| # elif !defined(timezone) | # elif !defined(timezone) | ||||||
| #   define timezone _timezone | #   define timezone _timezone | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user