summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-11 16:23:36 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-11 16:23:36 +0000
commit37bd11ed125628f987be0ec47019be396b4a2d54 (patch)
tree4372f5290b48f35d75f81f6ec24361823d86dad9
parenteb73481fd08c815ee933c53922efa78190e5b7ae (diff)
downloadcygnal-37bd11ed125628f987be0ec47019be396b4a2d54.tar.gz
cygnal-37bd11ed125628f987be0ec47019be396b4a2d54.tar.bz2
cygnal-37bd11ed125628f987be0ec47019be396b4a2d54.zip
* libc/include/sys/time.h: For cygwin, use general header rather than specific
"sys/select.h".
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/sys/time.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 745ed2813..7b191a624 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h
index 6e11ae2c8..eee5ca727 100644
--- a/newlib/libc/include/sys/time.h
+++ b/newlib/libc/include/sys/time.h
@@ -24,7 +24,7 @@ struct timezone {
};
#ifdef __CYGWIN__
-#include <sys/select.h>
+#include <cygwin/time.h>
#endif /* __CYGWIN__ */
#endif /* _WINSOCK_H */