summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-03 20:25:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-03 20:25:35 +0000
commit27b961a39bbc5e23c33e185b72eefcd39c722e6d (patch)
tree92e604c103a8b41b7b8c65a0b373aedc2fd75cd7 /cpukit/ChangeLog
parent2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-27b961a39bbc5e23c33e185b72eefcd39c722e6d.tar.bz2
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* itron/src/task.c, posix/src/pthread.c, rtems/src/tasks.c, sapi/src/exinit.c, score/include/rtems/score/apiext.h, score/src/apiext.c: No APIs currently implemented use the predriver_hook so disable it until such time as it is used.
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 dcbc79c528..8afb00aeaf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * itron/src/task.c, posix/src/pthread.c, rtems/src/tasks.c,
+ sapi/src/exinit.c, score/include/rtems/score/apiext.h,
+ score/src/apiext.c: No APIs currently implemented use the
+ predriver_hook so disable it until such time as it is used.
+
+2009-07-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/src/sigtimedwait.c: Restructure to improve coverage. Improve
comments.