summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-25 15:13:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-25 15:13:35 +0000
commit39d3f8de549c388c5a672d28745714a372e1fb6e (patch)
tree841a004eaf79fba4995f1d6312431f210a0e5286 /cpukit/ChangeLog
parent2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-39d3f8de549c388c5a672d28745714a372e1fb6e.tar.bz2
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a noreturn method.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3cb39246ea..68118ea72a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a
+ noreturn method.
+
+2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/gxx_wrappers.c: Free contents of key not key itself.
Kye pointer will never be malloc'ed.