From d2bd1c9de003f5fea37f25482eda88e3b9e8c8b3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Feb 2015 07:48:02 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index db7b94541d..f2316712a2 100755 --- a/ChangeLog +++ b/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).