summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:55:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:55:33 +0000
commit84e818899f07e097fe91f633e3c49ea60cd6b722 (patch)
tree1c4d6a64cb4acbe956200d577ff3d01db653fab3
parent2001-08-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-84e818899f07e097fe91f633e3c49ea60cd6b722.tar.bz2
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* src/msgqsubmit.c: Add a comment indicating that we do not have to account for possibly blocking during the core send operation because Classic API message queue send is always non-blocking.
-rw-r--r--c/src/exec/rtems/ChangeLog6
-rw-r--r--cpukit/rtems/ChangeLog6
2 files changed, 12 insertions, 0 deletions
diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog
index af0a9d8e4d..0870729858 100644
--- a/c/src/exec/rtems/ChangeLog
+++ b/c/src/exec/rtems/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * src/msgqsubmit.c: Add a comment indicating that we do not have
+ to account for possibly blocking during the core send operation
+ because Classic API message queue send is always non-blocking.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* src/msgqsubmit.c: Unblocking message queue operations should
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index af0a9d8e4d..0870729858 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * src/msgqsubmit.c: Add a comment indicating that we do not have
+ to account for possibly blocking during the core send operation
+ because Classic API message queue send is always non-blocking.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* src/msgqsubmit.c: Unblocking message queue operations should