summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/ChangeLog')
-rw-r--r--testsuites/samples/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 8ee5c15e33..5ac921d9d5 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * fileio/init.c: Explictly consts in size_t initializers
+ (avoid overflows on 16bit-int targets).
+
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/init.c: Declare notification only if being used.