summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 23:19:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-23 23:19:31 +0000
commit0b4222f7cce54272991b5ca70b443f2d0c9f580a (patch)
tree1669d53a792cb4925a709400311b737aea06519e /cpukit/ChangeLog
parent2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0b4222f7cce54272991b5ca70b443f2d0c9f580a.tar.bz2
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/read.c, libcsupport/src/write.c: Remove redundant check for 0 size request.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 38245020e2..6630d7b5a6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/read.c, libcsupport/src/write.c: Remove redundant
+ check for 0 size request.
+
+2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/open.c: Spacing.
2010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>