summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:28:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:28:31 +0000
commit52e70cf409b9cffc54cf6a8cb6ad6168fa2b7d88 (patch)
treebc6b4334b2665805fd2c6ac69631d3b804276914 /cpukit/ChangeLog
parent2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-52e70cf409b9cffc54cf6a8cb6ad6168fa2b7d88.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadget.c: Use _Objects_Is_api_valid rather than open coding it.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index efcc331fba..7b9c0693d5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/threadget.c: Use _Objects_Is_api_valid rather than open
+ coding it.
+
2008-01-05 Chris Johns <chrisj@rtems.org>
* configure.ac: Fix typo in the strict order mutex CPU OPTs test.