# HG changeset patch # User asl # Date 1236027270 0 # Node ID 221027e214f787b8b977b40dd7d8adb552e7185d # Parent 2339c3df80dd70c9efe56ec32613b2c4b8d42c8d * include/sys/stat.h: chmod() prototype diff --git a/packages/isoinfra/current/ChangeLog b/packages/isoinfra/current/ChangeLog --- a/packages/isoinfra/current/ChangeLog +++ b/packages/isoinfra/current/ChangeLog @@ -1,3 +1,7 @@ +2009-02-24 Rutger Hofmman + + * include/sys/stat.h: chmod() prototype + 2007-01-24 Peter Korsgaard * cdl/isoinfra.cdl: diff --git a/packages/isoinfra/current/include/sys/stat.h b/packages/isoinfra/current/include/sys/stat.h --- 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 */