summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 19:18:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-14 19:18:34 +0000
commitc933967b9d2efd0dea1bf6e301c8b3de13c7e01e (patch)
tree402e58658bd94a088a01432b5a2f0a9771fc6450 /cpukit/ChangeLog
parent2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c933967b9d2efd0dea1bf6e301c8b3de13c7e01e.tar.bz2
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: _Thread_Rotate_ready_queue is only used by ITRON API.
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 855755f582..9c404facc4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * score/Makefile.am: _Thread_Rotate_ready_queue is only used by ITRON
+ API.
+
+2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/src/sleep.c, posix/src/usleep.c: Add copyright header.
* rtems/src/ratemonreportstatistics.c, rtems/src/timerserver.c:
Minor cleanup to improve testability and eliminate dead code.