summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-03-13 13:19:14 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-03-13 13:19:14 +0100
commite6af9441454b643d5c19a748153fd785c553cd78 (patch)
tree72de3c10866eccab12d62cf4f5123ba2eb8bd219 /newlib/libc/include/sys
parentbb0159489785d577ad0b8061a1ba7956ee0f89d0 (diff)
downloadcygnal-e6af9441454b643d5c19a748153fd785c553cd78.tar.gz
cygnal-e6af9441454b643d5c19a748153fd785c553cd78.tar.bz2
cygnal-e6af9441454b643d5c19a748153fd785c553cd78.zip
Drop including cygwin/sys_time.h on Cygwin.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r--newlib/libc/include/sys/time.h4
1 files changed, 0 insertions, 4 deletions
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.