summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 14:47:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-18 14:47:11 +0000
commit120f283805e9be233fa30f0badb88a44df5c3adf (patch)
treedbc580595825ae517697b9f98f138538b68d91dc /cpukit/ChangeLog
parent2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-120f283805e9be233fa30f0badb88a44df5c3adf.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 110da00cd5..173a19c3c6 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-13 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1411/cpukit