summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index b60f40a988..a8f2400ae3 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,4 +1,12 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/score/coremsg.h, src/coremsgsubmit.c: Add a new
+ return status to account for blocking sends. Otherwise, the
+ caller will think that the returned message status will have
+ the ultimate results of the operation. If the send times out,
+ the final status will be in the return_code of the thread.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* include/rtems/score/coremsg.h, inline/rtems/score/coremsg.inl,