summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_cancel.c
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 /nuttx/sched/pthread_cancel.c
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 'nuttx/sched/pthread_cancel.c')
-rw-r--r--nuttx/sched/pthread_cancel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_cancel.c b/nuttx/sched/pthread_cancel.c
index 6c114ba75..ec464ae15 100644
--- a/nuttx/sched/pthread_cancel.c
+++ b/nuttx/sched/pthread_cancel.c
@@ -147,4 +147,3 @@ int pthread_cancel(pthread_t thread)
return OK;
}
-