summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-09 21:41:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-09 21:41:05 +0000
commita2a8c5b417ae7ed5d3889ff236c2b1b5fb96f2f9 (patch)
treec70c14869fb0357a7d340ece9f1bd6d65753758f /c/src/exec/sapi/ChangeLog
parent2001-05-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a2a8c5b417ae7ed5d3889ff236c2b1b5fb96f2f9.tar.bz2
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* src/exinit.c: Slightly rework initialization so there is a valid thread as _Thread_Executing when the pre_tasking hook is called. This allows one directives and malloc to potentially use mutex protection.
Diffstat (limited to '')
-rw-r--r--c/src/exec/sapi/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog
index d31f1841bf..c77a725239 100644
--- a/c/src/exec/sapi/ChangeLog
+++ b/c/src/exec/sapi/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/exinit.c: Slightly rework initialization so there
+ is a valid thread as _Thread_Executing when the pre_tasking
+ hook is called. This allows one directives and malloc
+ to potentially use mutex protection.
+
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR126, configuration structures now match docs.