Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/time.h')
-rw-r--r--newlib/libc/include/time.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h
index d7b6612db..b91b03920 100644
--- a/newlib/libc/include/time.h
+++ b/newlib/libc/include/time.h
@@ -39,12 +39,6 @@ struct tm
int tm_wday;
int tm_yday;
int tm_isdst;
-#ifdef __TM_GMTOFF
- long __TM_GMTOFF;
-#endif
-#ifdef __TM_ZONE
- const char *__TM_ZONE;
-#endif
};
clock_t _EXFUN(clock, (void));