summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-06-03 03:39:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-06-03 03:39:44 +0000
commitb3a9e9016b8510734a5c83656c5f6dbfee7e21db (patch)
tree965fb1ed8088deee2193b7b30d10690a163fbb09 /cpukit/ChangeLog
parentMove extern "C" {} guards. (diff)
downloadrtems-b3a9e9016b8510734a5c83656c5f6dbfee7e21db.tar.bz2
2009-06-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/malloc.h: Add extern "C" {} guards. * libcsupport/include/rtems/libio_.h: Move extern "C" {} guards.
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 d84372d7a2..9cef7f5419 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/include/rtems/assoc.h,
+ libcsupport/include/rtems/malloc.h: Add extern "C" {} guards.
+ * libcsupport/include/rtems/libio_.h: Move extern "C" {} guards.
+
2009-06-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h, score/src/threadinitialize.c,