summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 16:49:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 16:49:41 -0600
commit53c51e08ddc1b83bedb890338142ce9a6ba289be (patch)
tree7a8ec06d46cb7a11ce7d0d1350aaf4602547f6f6 /nuttx/ChangeLog
parent77bb79ef7fb645911c7c0731061d4b469cfe3005 (diff)
downloadnuttx-53c51e08ddc1b83bedb890338142ce9a6ba289be.tar.gz
nuttx-53c51e08ddc1b83bedb890338142ce9a6ba289be.tar.bz2
nuttx-53c51e08ddc1b83bedb890338142ce9a6ba289be.zip
Fix an assertion
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 1906b3c12..2394f68d0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4868,3 +4868,5 @@
the SAM4L (2013-6-2).
* libc/stdio/lib_dprintd.c and lib_vdprintf.c: Add dprintf() and
vdprintf() (the latter from Andrew Tridgell, 2013-6-2).
+ * sched/sem_holder.c: Modify assertion that is reported to cause
+ false alarm assertions (2013-6-2).