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 + + * libc/include/sys/time.h: Drop including cygwin/sys_time.h on Cygwin. + 2015-03-13 Sebastian Huber * 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 -#endif /* __CYGWIN__ */ - /* * Names of the interval timers, and structure * defining a timer setting.