OSDN Git Service

* libc/include/sys/time.h: For cygwin, use general header rather than specific
authorcgf <cgf>
Fri, 11 Nov 2005 16:23:36 +0000 (16:23 +0000)
committercgf <cgf>
Fri, 11 Nov 2005 16:23:36 +0000 (16:23 +0000)
"sys/select.h".

newlib/ChangeLog
newlib/libc/include/sys/time.h

index 745ed28..7b191a6 100644 (file)
@@ -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.
index 6e11ae2..eee5ca7 100644 (file)
@@ -24,7 +24,7 @@ struct timezone {
 };
 
 #ifdef __CYGWIN__
-#include <sys/select.h>
+#include <cygwin/time.h>
 #endif /* __CYGWIN__ */
 
 #endif /* _WINSOCK_H */