changeset 2837:971d49acf29f

* include/sys/stat.h: chmod() prototype
author asl
date Mon, 02 Mar 2009 20:55:23 +0000
parents 6283be95ef53
children 16018605bc97
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 */