diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-05-08 10:54:58 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-05-08 10:54:58 +0000 |
commit | 415867c378925543e804afc6a4155a571276751d (patch) | |
tree | de9511ae9146874b27c395b1817b764926473c60 /winsup/cygwin/ChangeLog | |
parent | 5796080933f5d9a328b5bc4191a13c72605beffc (diff) | |
download | cygnal-415867c378925543e804afc6a4155a571276751d.tar.gz cygnal-415867c378925543e804afc6a4155a571276751d.tar.bz2 cygnal-415867c378925543e804afc6a4155a571276751d.zip |
* include/sys/select.h: Guard definitions with __USE_W32_SOCKETS as
the accompanying fd_set definitions in newlib's sys/types.h.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index cfed63eaf..74ca18851 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2009-05-08 Corinna Vinschen <corinna@vinschen.de> + + * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS as + the accompanying fd_set definitions in newlib's sys/types.h. + 2009-05-06 Christopher Faylor <me+cygwin@cgf.cx> * fhandler_console.cc (fhandler_console::ioctl): Properly treat |