summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-06-02 00:43:13 +0000
committerChris Johns <chrisj@rtems.org>2010-06-02 00:43:13 +0000
commitdfce6724fed632447e1c2a1fd837b7f18897bd23 (patch)
tree17c528c36e9692dc6729ed0dd2587112a7115067 /cpukit/ChangeLog
parent2010-06-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dfce6724fed632447e1c2a1fd837b7f18897bd23.tar.bz2
2010-06-01 Chris Johns <chrisj@rtems.org>
* libcsupport/include/rtems/libio.h: Make the struct name the same as the typedef. * sapi/include/confdefs.h: Fixes for use in C++.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 968487c754..23e0cc9f48 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-01 Chris Johns <chrisj@rtems.org>
+
+ * libcsupport/include/rtems/libio.h: Make the struct name the same
+ as the typedef.
+ * sapi/include/confdefs.h: Fixes for use in C++.
+
2010-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/print-ls.c: Remove (long) cast of st_ino.