summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/ChangeLog')
-rw-r--r--c/src/exec/rtems/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog
index 45e13897c2..af0a9d8e4d 100644
--- a/c/src/exec/rtems/ChangeLog
+++ b/c/src/exec/rtems/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/msgqsubmit.c: Unblocking message queue operations should
+ NOT use _Thread_Executing for return status since it is permissible
+ to invoke message send operations from an ISR. This was reported
+ by Suvrat Gupta <suvrat@utstar.com>.
+
2001-03-26 Zoltan Kocsi <zoltan@bendor.com.au>