summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6e2f5bd02..cc7b911ee 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4108,3 +4108,8 @@
const char **.
* sched/pthread* and include/nuttx/sched: Move pthread join data
and pthread key calculation data into the "task group" structure.
+ * sched/atexit.c, on_exit.c, task_exithook.c and include/nuttx/sched.h:
+ Move atexit and on_exit data structure to task group. These
+ callbacks are only issued now when the final member of the task
+ group exits.
+