summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-27 16:47:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-27 16:47:13 +0000
commit83734c9d521ddadfabb9589da9574436fdf45f4a (patch)
tree845c1fe4db50e7e8a5454ca7dcf0aeba3210f439 /cpukit/ChangeLog
parent2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-83734c9d521ddadfabb9589da9574436fdf45f4a.tar.bz2
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.
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.