Mercurial > ecos
diff packages/io/fileio/current/ChangeLog @ 1416:786e2e6e3c3d
* src/select.cxx (pselect): Fixed the pselect() call to correctly
handle NULL timeout arguments. The previous implementation would
cause a random timeout value to be used.
| author | asl |
|---|---|
| date | Fri, 05 Dec 2003 09:04:14 +0000 |
| parents | 41bc3b72d3eb |
| children | afd0f71095a5 |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,9 @@ +2003-12-03 Dan Jakubiec <djakubiec@yahoo.com> + + * src/select.cxx (pselect): Fixed the pselect() call to correctly + handle NULL timeout arguments. The previous implementation would + cause a random timeout value to be used. + 2003-11-28 David Woodhouse <dwmw2@redhat.com> * include/fileio.h, include/sockio.h, src/dir.cxx, src/fd.cxx,
