From a7efa2fa2b43ca589fb224ad3afbb646bb864d05 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 2 Jul 2015 09:40:06 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e0ccfab2f7..dd680489c51 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10660,3 +10660,6 @@ CONFIG_STMPE811_MULTIPLE is enabled, and the call to stmpe811_checkid() fails, then the linked device list is not restored to its previous state. From Sebastien Lorquet (2015-07-02). + * sched/sched/sched_waitpid.c: Implement WNOHANG for waitpid() only and + for the case of CONFIG_SCHED_HAVE_PARENT not selected. From Max + Neklyudov (2015-07-02).