From 3909e959699ad3c036e2ee24e0fd9665ccca1dfa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 10:49:02 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f52380e75ea..a1b99fca05f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8413,4 +8413,7 @@ WINTOOL as well (2014-9-5). * SAMA5D4-EK kernel configuration now builds NSH instead of examples/elf (2014-9-6). - + * libc/pthread/pthread_attrinit.c, sched/pthread/pthread_create.c, and + include/nuttx/pthread.h: Fix some conditional compilation in kernel + build mode. And, while we are touching this logic, make + g_default_pthread_attr const (2014-9-7).