summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-09 07:33:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-09 07:33:58 +0000
commit4685a5901f895b14680fb22f4023f2772b6685c0 (patch)
tree481a6d20bd3da7a472dabbf300ddbbe56458564e /cpukit/ChangeLog
parent2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4685a5901f895b14680fb22f4023f2772b6685c0.tar.bz2
2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h, posix/src/aio_return.c: Let aio_return return ssize_t (Mandated by POSIX).
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 d2bc54e427..919e543028 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * posix/include/aio.h, posix/src/aio_return.c:
+ Let aio_return return ssize_t (Mandated by POSIX).
+
2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs.h: Fix typo.