summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c3e16607f..6e2f5bd02 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4106,4 +4106,5 @@
task_create().
* Corrected all argv[] arguments. Should be char * const *, not
const char **.
-
+ * sched/pthread* and include/nuttx/sched: Move pthread join data
+ and pthread key calculation data into the "task group" structure.