summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 14:14:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 14:14:27 +0000
commit91b8fb9e9aae067834e702370b311c69a05e1df9 (patch)
tree09388c57f8f0e6020c97782a9be7078e7fc6869a /cpukit/ChangeLog
parent2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-91b8fb9e9aae067834e702370b311c69a05e1df9.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/object.h, score/src/objectgetinfo.c, rtems/include/rtems/rtems/object.h, rtems/src/rtemsobjectgetapiclassname.c, rtems/src/rtemsobjectgetclassinfo.c: class is a C++ keyword and cannot be used as a parameter.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 548992244c..3c655f5c32 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/score/object.h, score/src/objectgetinfo.c,
+ rtems/include/rtems/rtems/object.h,
+ rtems/src/rtemsobjectgetapiclassname.c,
+ rtems/src/rtemsobjectgetclassinfo.c: class is a C++ keyword and
+ cannot be used as a parameter.
+
2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am, score/include/rtems/score/threadq.h,