summaryrefslogtreecommitdiff
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-19 13:14:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-19 13:14:09 +0000
commit343304a644f3e5ebc4606db1fb715ac1ade7b7b7 (patch)
tree128bdeca2cde092fe529276a74d987efe6ebffe8 /cpukit/ChangeLog
parent01eb27f0d05391eeecc3e74c1bfd7406588c1fcc (diff)
2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1838/filesystem * libcsupport/src/fchmod.c: fchmod() does not need a writeable file descriptor.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c2a6f942ac..e11a32862f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1838/filesystem
+ * libcsupport/src/fchmod.c: fchmod() does not need a writeable file
+ descriptor.
+
2011-07-14 Gene Smith <gene.smith@siemens.com>
PR 1381/networking