summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-25 07:48:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-25 07:48:02 -0600
commit3081418946dff39f59e94c9dd422c107a2a15593 (patch)
treef96e80f1abfab2ce013ee95c49d63abafd0d87ac
parentf9aaaea355c5686a6e627b886b7a56c4fa31ce1d (diff)
downloadnuttx-3081418946dff39f59e94c9dd422c107a2a15593.tar.gz
nuttx-3081418946dff39f59e94c9dd422c107a2a15593.tar.bz2
nuttx-3081418946dff39f59e94c9dd422c107a2a15593.zip
Update 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).