summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 21:48:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 21:48:52 +0000
commita9ea7088e35a3479c83f0aaa6858ef0281b2a89f (patch)
treeb88c7382ffe6905b124fd34e5e00627beda304ed /cpukit/ChangeLog
parent2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-a9ea7088e35a3479c83f0aaa6858ef0281b2a89f.tar.bz2
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.
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 c368d7101b..db4f81cb0e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* libfs/src/imfs/imfs_creat.c: Fix warning.
2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com>