Mercurial > ecos
diff packages/io/fileio/current/ChangeLog @ 2836:2339c3df80dd
* src/file.cxx: add a chmod() call, implemented by calling
cyg_fs_setinfo with parameter FS_INFO_CHMOD
| author | asl |
|---|---|
| date | Mon, 02 Mar 2009 20:54:10 +0000 |
| parents | 1a5b0e64f79a |
| children | b5c2e2c6f34a |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,8 @@ +2008-11-18 Rutger Hofman <rutger@cs.vu.nl> + + * src/file.cxx: add a chmod() call, implemented by calling + cyg_fs_setinfo with parameter FS_INFO_CHMOD + 2008-12-11 Nick Garnett <nickg@ecoscentric.com> * src/fd.cxx (fp_ucount_dec, fd_close): Fix locking strategy so
