summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 06:46:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-24 06:46:29 +0000
commit7280e0a4a020fdb9e89b585c09cfa7e4142700a3 (patch)
tree3befccab1f490508fa66395f88f9971e7c7d774b /cpukit/ChangeLog
parent2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7280e0a4a020fdb9e89b585c09cfa7e4142700a3.tar.bz2
2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/aio_write.c: aio_nbytes is always >= 0. Fix typo in comment.
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 cdaa06855b..bb3f356407 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/aio_write.c: aio_nbytes is always >= 0.
+ Fix typo in comment.
+
+2010-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/include/sys/utsname.h: Remove times().
Remove unnecessary includes.
Introduce SYS_NMLN (From freebsd).