_exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit()

This commit is contained in:
Gregory Nutt 2013-04-18 16:15:20 -06:00
parent 86052985d9
commit d1efd9e718

View File

@ -526,3 +526,6 @@
6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org> 6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
* apps/system/ramtest: Add a simple memory test (2013-03-26). * apps/system/ramtest: Add a simple memory test (2013-03-26).
* apps/examples/ostest: In the non-cancelable thread test, we need
to give the thread an opportunity to run and to set the non-
cancelable state.