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
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-03-13 15:19:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-03-13 15:19:14 +0300
commite6af9441454b643d5c19a748153fd785c553cd78 (patch)
tree72de3c10866eccab12d62cf4f5123ba2eb8bd219 /newlib
parentbb0159489785d577ad0b8061a1ba7956ee0f89d0 (diff)
Drop including cygwin/sys_time.h on Cygwin.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/sys/time.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 95c105706..0c1752e4d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-13 Corinna Vinschen <vinschen@redhat.com>
+
+ * libc/include/sys/time.h: Drop including cygwin/sys_time.h on Cygwin.
+
2015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/machine/_types.h (__suseconds_t): Define.
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h
index 4a34293fe..ce8cad662 100644
--- a/newlib/libc/include/sys/time.h
+++ b/newlib/libc/include/sys/time.h
@@ -287,10 +287,6 @@ tvtosbt(struct timeval _tv)
#endif /* _KERNEL */
-#ifdef __CYGWIN__
-#include <cygwin/sys_time.h>
-#endif /* __CYGWIN__ */
-
/*
* Names of the interval timers, and structure
* defining a timer setting.