summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 11:50:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 11:50:35 +0000
commite4522091c965d8c6088d7b3c989b5082f5de90b9 (patch)
tree152cf65a58a482e7046abac0ee8d8a17248d1c48 /cpukit/ChangeLog
parent2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e4522091c965d8c6088d7b3c989b5082f5de90b9.tar.bz2
2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/aio_read.c: aio_nbytes is always >= 0.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bb3f356407..bf4f75df26 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/aio_read.c: aio_nbytes is always >= 0.
* posix/src/aio_write.c: aio_nbytes is always >= 0.
Fix typo in comment.