summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-04 18:08:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-04 18:08:33 +0000
commite547958cbdc5eeed5e2a74ee2a8119652f18e509 (patch)
treee5484b9e00aa4a6af35e8a9aa0edc510a7175eaf /nuttx/ChangeLog
parentfb93c6697042ab2a4f0244e4b2808325a7dfb992 (diff)
downloadnuttx-e547958cbdc5eeed5e2a74ee2a8119652f18e509.tar.gz
nuttx-e547958cbdc5eeed5e2a74ee2a8119652f18e509.tar.bz2
nuttx-e547958cbdc5eeed5e2a74ee2a8119652f18e509.zip
mq_notify() was not setting errno on failures
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4133 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a56f4d1b1..1150fd2c3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2232,4 +2232,6 @@
* graphics/nxfonts/nxfonts_sans17x23b.h and nxfonts_sans20x27b.h: Add
corresponding sans serif bold fonts.
* drivers/input/ads7843e.c and tsc2007.c: Fix some errors in the poll
- setup error checking that was cloned into both drivers. \ No newline at end of file
+ setup error checking that was cloned into both drivers.
+ * sched/mq_notify.c: Set errno appropriately on failures. There are
+ still severl message queue functions that do not set errno! \ No newline at end of file