Mercurial > ecos
diff packages/io/fileio/current/ChangeLog @ 1544:0071b7b58596
* src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS
and CYG_FILEIO_SIGMASK_SET call CYG_UNUSED_PARAM on their
arguments to silence warnings.
* src/file.cxx (rename): Use a throw specifier to match
prototype.
| author | jlarmour |
|---|---|
| date | Mon, 15 Mar 2004 15:41:35 +0000 |
| parents | 6324598456d0 |
| children | 9a0206637430 |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,11 @@ +2004-03-12 Jonathan Larmour <jifl@eCosCentric.com> + + * src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS + and CYG_FILEIO_SIGMASK_SET call CYG_UNUSED_PARAM on their + arguments to silence warnings. + * src/file.cxx (rename): Use a throw specifier to match + prototype. + 2004-02-16 Andrew Lunn <andrew.lunn@ascom.ch> * src/io.cxx (readwritev): For EWOULDBLOCK and EAGAIN return
