diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-03-13 13:19:14 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-03-13 13:19:14 +0100 |
commit | e6af9441454b643d5c19a748153fd785c553cd78 (patch) | |
tree | 72de3c10866eccab12d62cf4f5123ba2eb8bd219 /newlib | |
parent | bb0159489785d577ad0b8061a1ba7956ee0f89d0 (diff) | |
download | newlib-e6af9441454b643d5c19a748153fd785c553cd78.zip newlib-e6af9441454b643d5c19a748153fd785c553cd78.tar.gz newlib-e6af9441454b643d5c19a748153fd785c553cd78.tar.bz2 |
Drop including cygwin/sys_time.h on Cygwin.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/sys/time.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 95c1057..0c1752e 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 4a34293..ce8cad6 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. |