summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:35:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:35:08 +0000
commit7d741413807423534b66a4d7b76979530da91941 (patch)
treedcb6ab98800928b5b0eef5796faafdf1b3a33f04 /c/src/exec/score/ChangeLog
parent2001-08-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7d741413807423534b66a4d7b76979530da91941.tar.bz2
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.
Diffstat (limited to 'c/src/exec/score/ChangeLog')
-rw-r--r--c/src/exec/score/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index b60f40a988..a8f2400ae3 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/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,