Drop including cygwin/sys_time.h on Cygwin.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
bb01594897
commit
e6af944145
|
@ -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>
|
2015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libc/include/machine/_types.h (__suseconds_t): Define.
|
* libc/include/machine/_types.h (__suseconds_t): Define.
|
||||||
|
|
|
@ -287,10 +287,6 @@ tvtosbt(struct timeval _tv)
|
||||||
|
|
||||||
#endif /* _KERNEL */
|
#endif /* _KERNEL */
|
||||||
|
|
||||||
#ifdef __CYGWIN__
|
|
||||||
#include <cygwin/sys_time.h>
|
|
||||||
#endif /* __CYGWIN__ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Names of the interval timers, and structure
|
* Names of the interval timers, and structure
|
||||||
* defining a timer setting.
|
* defining a timer setting.
|
||||||
|
|
Loading…
Reference in New Issue