summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1c4ae0bff3..0cc569c4fa 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Call
+ fini() as part of exit(). This avoids atexit() being a required
+ function.
+
+2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/shell/shell.c: Minor change so dropping connection during
login prompt results in connection still being available.