* libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.

(__TM_ZONE): Ditto.
This commit is contained in:
Corinna Vinschen 2014-03-05 12:49:40 +00:00
parent 27afe3a4ab
commit d5b32c8fad
2 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2014-03-05 Corinna Vinschen <vinschen@redhat.com>
* libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.
(__TM_ZONE): Ditto.
2014-03-05 Corinna Vinschen <vinschen@redhat.com>
* libc/include/time.h (__TM_GMTOFF): Define on Cygwin.

View File

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