diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/sys/time.h | 4 |
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. |