From d5b32c8fad50f7592da6c02de3daa6879e5145d1 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 5 Mar 2014 12:49:40 +0000 Subject: * libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition. (__TM_ZONE): Ditto. --- newlib/libc/include/time.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'newlib/libc/include/time.h') diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h index dcae828f5..d7b6612db 100644 --- a/newlib/libc/include/time.h +++ b/newlib/libc/include/time.h @@ -28,16 +28,6 @@ _BEGIN_STD_C -#ifdef __CYGWIN__ -# ifdef __BSD_VISIBLE -# define __TM_GMTOFF tm_gmtoff -# define __TM_ZONE tm_zone -# else -# define __TM_GMTOFF __tm_gmtoff -# define __TM_ZONE __tm_zone -# endif -#endif - struct tm { int tm_sec; -- cgit v1.2.3