summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 14:47:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 14:47:20 +0000
commit22c264e0851905b92e088acbd4d29118cb146172 (patch)
treea04063d2aefc2a7bacbd68dfe849718069898d67 /cpukit/ChangeLog
parentNew. (diff)
downloadrtems-22c264e0851905b92e088acbd4d29118cb146172.tar.bz2
2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1412/cpukit * score/src/coremutex.c: Add missing braces. Broken with strict mutex code added.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 029494998a..9238e9f62f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1412/cpukit
+ * score/src/coremutex.c: Add missing braces. Broken with strict mutex
+ code added.
+
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/getitimer.c, posix/src/setitimer.c: Add error checks and