summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-21 19:59:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-21 19:59:03 +0000
commite5ca6593f7c7b543481147ca7f87696ecc821c06 (patch)
tree365f874a2b21f67ca37d468e329ad4bccf07874d /cpukit/ChangeLog
parent2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-e5ca6593f7c7b543481147ca7f87696ecc821c06.tar.bz2
2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1890/cpukit * posix/src/mqueuerecvsupp.c: POSIX says msg_prio is allowed to be NULL.
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 14d3cf6e33..91784af690 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ PR 1890/cpukit
+ * posix/src/mqueuerecvsupp.c: POSIX says msg_prio is allowed to be
+ NULL.
+
+2011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
PR 1873/cpukit
* score/include/rtems/score/heap.h: When using heap protection, we
should account for adding an aligned protection footer.