summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:29:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:29:14 +0000
commit1ccbd63a6ac437f3d7abf16324c8bb2070d71fbd (patch)
treecd71f7ee2818f4df40f9768065ca7093b2f382c0 /cpukit/ChangeLog
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1ccbd63a6ac437f3d7abf16324c8bb2070d71fbd.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/object.inl: Add _Objects_Is_api_valid.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7b9c0693d5..37396827f9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/inline/rtems/score/object.inl: Add _Objects_Is_api_valid.
+
+2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/src/threadget.c: Use _Objects_Is_api_valid rather than open
coding it.