summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-18 16:15:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-18 16:15:20 -0600
commit2d32b627f6f91e9f70ea20a481adf91dd8d27e99 (patch)
tree6ce126f0017af4d8cf269b433ca7087b655f7d11 /apps
parent032e040edbb467aa1137f8f7b3b9442579589ae1 (diff)
downloadpx4-nuttx-2d32b627f6f91e9f70ea20a481adf91dd8d27e99.tar.gz
px4-nuttx-2d32b627f6f91e9f70ea20a481adf91dd8d27e99.tar.bz2
px4-nuttx-2d32b627f6f91e9f70ea20a481adf91dd8d27e99.zip
_exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit()
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 96e3dbec8..e54f04075 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -526,3 +526,6 @@
6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
* 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.