summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 23:33:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 23:33:17 +0000
commitd6c8b56b62a352da122eca00705e672894e9828c (patch)
tree241396b494bafd325ea97cc24d6618cc5d95283a /cpukit/ChangeLog
parent2009-07-07 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-d6c8b56b62a352da122eca00705e672894e9828c.tar.bz2
2009-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/rtemsobjectapimaximumclass.c, score/include/rtems/score/object.h, score/src/objectapimaximumclass.c, score/src/objectgetinfo.c: Change return type of API maximum class methods to unsigned.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 831ba5ece6..f86c69d4a1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/src/rtemsobjectapimaximumclass.c,
+ score/include/rtems/score/object.h,
+ score/src/objectapimaximumclass.c, score/src/objectgetinfo.c: Change
+ return type of API maximum class methods to unsigned.
+
2009-07-07 Chris Johns <chrisj@rtems.org>
* score/src/objectshrinkinformation.c: Rework loop to simplify and