From 203b6131d075cbdf4b5cc2b425e99230ed8d6891 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Jun 2015 10:04:25 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index fb51cd882..150cce32d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1319,4 +1319,7 @@ CONFIG_THTTPD_GENERATE_INDICES is defined (2015-06-12). * apps/include: Clean up and review of header files for conformance to standards (2015-06-12). + * apps/examples/ostest/: Extende the OS test to include a test of + pthread_mutex_trylock() for recursive mutexes. rom Juha Niskanen + (2015-06-16).