* libc/include/time.h (__TM_GMTOFF): Remove Cygwin-specific definition.
(__TM_ZONE): Ditto.
This commit is contained in:
parent
27afe3a4ab
commit
d5b32c8fad
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user