* include/cygwin/config.h (__TM_GMTOFF): Define.
(__TM_ZONE): Define.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2014-03-05  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* include/cygwin/config.h (__TM_GMTOFF): Define. | ||||
| 	(__TM_ZONE): Define. | ||||
|  | ||||
| 2014-03-05  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF and | ||||
|   | ||||
| @@ -79,6 +79,9 @@ extern char *_tlsbase __asm__ ("%fs:4"); | ||||
| #define _WANT_C99_TIME_FORMATS 1 | ||||
| #define _GLIBC_EXTENSION 1 | ||||
| #define _STDIO_BSD_SEMANTICS 1 | ||||
| #define __TM_GMTOFF tm_gmtoff | ||||
| #define __TM_ZONE   tm_zone | ||||
|  | ||||
| #if defined(__INSIDE_CYGWIN__) || defined(_COMPILING_NEWLIB) | ||||
| #define __EXPORT __declspec(dllexport) | ||||
| #define __IMPORT | ||||
|   | ||||
		Reference in New Issue
	
	Block a user