* libc/include/sys/time.h: For cygwin, use general header rather than specific
"sys/select.h".
This commit is contained in:
parent
eb73481fd0
commit
37bd11ed12
|
@ -1,3 +1,8 @@
|
|||
2005-11-11 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* libc/include/sys/time.h: For cygwin, use general header rather than
|
||||
specific "sys/select.h".
|
||||
|
||||
2005-11-08 Tom Walsh <tom@openhardware.net>
|
||||
|
||||
* libc/time/tzvars.c: New file.
|
||||
|
|
|
@ -24,7 +24,7 @@ struct timezone {
|
|||
};
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#include <sys/select.h>
|
||||
#include <cygwin/time.h>
|
||||
#endif /* __CYGWIN__ */
|
||||
|
||||
#endif /* _WINSOCK_H */
|
||||
|
|
Loading…
Reference in New Issue