summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-06-29 13:56:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-06-29 13:56:00 +0000
commit9120e88c2653f761d3ad0c1d58e80f7f73bc4a6b (patch)
tree8b0cb15100db80e99dcba0bd09b08f7c7445e312 /cpukit/ChangeLog
parent2004-06-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9120e88c2653f761d3ad0c1d58e80f7f73bc4a6b.tar.bz2
2004-06-29 Joel Sherrill <joel@OARcorp.com>
PR 631/rtems * rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create when unable to allocate message buffer memory.
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 2e1a2d60b2..0ff6bdf987 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-29 Joel Sherrill <joel@OARcorp.com>
+
+ PR 631/rtems
+ * rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create
+ when unable to allocate message buffer memory.
+
2004-05-21 Joel Sherrill <joel@OARcorp.com>
PR 628/rtems