summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 16:29:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 16:29:17 +0000
commitcfcdb5b218a3ff87465d2b15d45be060683ed8d3 (patch)
tree43570ecc192a305f167e05eebe103dfe8f40f884 /cpukit/ChangeLog
parent2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cfcdb5b218a3ff87465d2b15d45be060683ed8d3.tar.bz2
2010-07-01 Vinu Rajashekhar <vinutheraj@gmail.com>
PR 1529/cpukit * utime.c: Change file access time and modified time to current time if pointer to struct utimbuf is NULL. * imfs_utime.c: Upon successful completion, imfs_utime() marks the time of the last file status change, st_ctime, to be updated.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 44a9fd85c4..ade6f77599 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-01 Vinu Rajashekhar <vinutheraj@gmail.com>
+
+ PR 1529/cpukit
+ * utime.c: Change file access time and modified time to
+ current time if pointer to struct utimbuf is NULL.
+ * imfs_utime.c: Upon successful completion, imfs_utime() marks
+ the time of the last file status change, st_ctime, to be updated.
+
2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/rtems_memalign.c, score/include/rtems/score/heap.h: