Mercurial > ecos
diff packages/io/fileio/current/ChangeLog @ 281:fc52fa818b5f
* src/select.cxx (select): Changed mechanism for calculating
select timeout to avoid possible race conditions between this code
and the timer DSR.
| author | nickg |
|---|---|
| date | Fri, 09 Aug 2002 17:10:21 +0000 |
| parents | 6eb55882e01c |
| children | 9fc33f5be435 |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,9 @@ +2002-08-08 Nick Garnett <nickg@calivar.demon.co.uk> + + * src/select.cxx (select): Changed mechanism for calculating + select timeout to avoid possible race conditions between this code + and the timer DSR. + 2002-05-29 Jesper Skov <jskov@redhat.com> * tests/fileio1.c: Removed strcat definition. Rely on string.h to
