summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4135bd19a..cb7f4079d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3183,3 +3183,5 @@
Fix some strange (and probably wrong) list handling when
CONFIG_PRIORITY_INHERITANCE and CONFIG_SEM_PREALLOCHOLDERS are defined.
This list handling was probably causing errors reported by Mike Smith
+ * sched/sched_waitpid.c: Fix a possible issue with logic logic that
+ should be brought into a critical section (suggested by Mike Smith)