summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/ChangeLog5
-rw-r--r--cpukit/posix/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 0a899d79fc..32ef291cdb 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * src/mqueuesendsupp.c: Account for possibly blocking during the
+ core send operation.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* src/mqueuesendsupp.c: Unblocking message queue operations should
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 0a899d79fc..32ef291cdb 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * src/mqueuesendsupp.c: Account for possibly blocking during the
+ core send operation.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* src/mqueuesendsupp.c: Unblocking message queue operations should