Mercurial > flash_v2
diff packages/io/fileio/current/ChangeLog @ 1283:6bb106b4ff93
* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning
about an unused variable.
* src/devfs.cxx: prototype of dev_fo_select now matches
implementation
* include/fileio.h: changed definition of cyg_fileop_select to
return a cyg_bool instead of int to match current implementations
* src/misc.cxx: changed cyg_fileio_seltrue() to match prototype.
| author | asl |
|---|---|
| date | Mon, 06 Oct 2003 18:45:22 +0000 |
| parents | a8ab47d7b63c |
| children | 6c521260528e |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,15 @@ +2003-10-06 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning + about an unused variable. + +2003-09-22 Eric Doenges <Eric.Doenges@DynaPel.com> + * src/devfs.cxx: prototype of dev_fo_select now matches + implementation + * include/fileio.h: changed definition of cyg_fileop_select to + return a cyg_bool instead of int to match current implementations + * src/misc.cxx: changed cyg_fileio_seltrue() to match prototype. + 2003-07-11 Andrew Lunn <andrew.lunn@ascom.ch> * src/socket.cxx (socket): If there are no network stacks configured
