summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index db7b94541..f2316712a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9887,4 +9887,7 @@
must subtract the basetime from the returned time. It needs to
return the time since power up, no the current time. Issue noted
by Max Neklyudov (2015-02-25).
-
+ * fs/vfs/fs_select.c and sched/semaphore/sem_timedwait.c: Fix places
+ where the errno value was being overwritten by subsequent actions so
+ that the returned errno value was incorrect. From Max Neklyudov
+ (2015-02-25).