Drop including cygwin/sys_time.h on Cygwin.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-03-13 13:19:14 +01:00
parent bb01594897
commit e6af944145
No known key found for this signature in database
GPG Key ID: F536069DAE444FA0
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.