Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-25 07:48:02 -06:00
parent 127951e029
commit d2bd1c9de0
1 changed files with 4 additions and 1 deletions

View File

@ -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).