summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 21:04:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-07 21:04:57 +0000
commit33a538113cb0bdec7be2328e3989145933b44979 (patch)
treec1dd58632a55dd58373dd97c7c59d64a08cc08ae /cpukit/ChangeLog
parent2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-33a538113cb0bdec7be2328e3989145933b44979.tar.bz2
2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* ChangeLog, posix/src/mutexsetprioceiling.c: Remove warning.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 596e87016d..8ed69b7c9d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * ChangeLog, posix/src/mutexsetprioceiling.c: Remove warning.
+
+2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * posix/src/mutexsetprioceiling.c: Remove warning.
+
+2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* posix/src/mutexsetprioceiling.c: Restructure to eliminate code
paths which are unreachable. Also add more comments.
* score/src/coremutexsurrender.c: Mark some code as RTEMS_DEBUG only