summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:39:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:39:16 +0000
commitdd1a460ef88ec18b068a131df755c6593b5973c7 (patch)
tree58d10c418888f05f9f85552c483f388d1c9fcf9b /cpukit/ChangeLog
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dd1a460ef88ec18b068a131df755c6593b5973c7.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/src/msgmp.c, rtems/src/msgqtranslatereturncode.c, rtems/src/semmp.c, rtems/src/semtranslatereturncode.c: Correct confusion over SuperCore proxy blocking status and Classic API proxy blocking status constants.
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 20ca000d49..1e273e1c50 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/src/msgmp.c, rtems/src/msgqtranslatereturncode.c,
+ rtems/src/semmp.c, rtems/src/semtranslatereturncode.c: Correct
+ confusion over SuperCore proxy blocking status and Classic API proxy
+ blocking status constants.
+
+2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/src/objectgetinfo.c: Correct for multiprocessor systems when
all object instances within a particular class are remote.