From 3cd35c2265fca4989ea0cf273e968178f851f8fe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Jun 2015 10:04:25 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7dc68174a72..48cd77add4c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10590,3 +10590,7 @@ * arch/arm/src/samdl: Add build framework for SAML21 DMA support. Nothing there yet except for skeletal logic taken from SAM3/4 (2015-06-12). + * include/pthread.h and nuttx/sched/pthread: Use -1 instead of 0 as PID + for unclaimed mutexes. From Juha Niskanen (2015-06-16). + * sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes. + From Juha Niskanen (2015-06-16).