summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 22:01:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 22:01:49 +0000
commit4d32a76de07c6a5ae3e9a2b2180709bfe3c9567e (patch)
tree477e29cf498d449200770c35e709e73dfacdffc6 /cpukit/ChangeLog
parent2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-4d32a76de07c6a5ae3e9a2b2180709bfe3c9567e.tar.bz2
2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/imfs/memfile.c: Fix assert.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index db4f81cb0e..a9f2333d76 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ * libfs/src/imfs/memfile.c: Fix assert.
+
+2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* libcsupport/src/read.c, libcsupport/src/write.c: read(2) and write(2)
should return 0 when passed a count of 0 after verifying other
possible errors.