Mercurial > ecos
changeset 2837:221027e214f7
* include/sys/stat.h: chmod() prototype
| author | asl |
|---|---|
| date | Mon, 02 Mar 2009 20:54:30 +0000 |
| parents | 2339c3df80dd |
| children | 6960dfdbb4ff |
| files | packages/isoinfra/current/ChangeLog packages/isoinfra/current/include/sys/stat.h |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/isoinfra/current/ChangeLog +++ b/packages/isoinfra/current/ChangeLog @@ -1,3 +1,7 @@ +2009-02-24 Rutger Hofmman <rutger@cs.vu.nl> + + * include/sys/stat.h: chmod() prototype + 2007-01-24 Peter Korsgaard <peter.korsgaard@barco.com> * cdl/isoinfra.cdl:
--- a/packages/isoinfra/current/include/sys/stat.h +++ b/packages/isoinfra/current/include/sys/stat.h @@ -148,6 +148,8 @@ struct stat { __externC int mkdir(const char *path, mode_t mode); +__externC int chmod(const char *path, mode_t mode); + #endif /* CYGONCE_ISO_STAT_H multiple inclusion protection */ /* EOF stat.h */
