From 866fcf988c1ade6485fe48e8e3b530fb9d235ccf Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 18 Jul 2017 16:22:00 -0400 Subject: [PATCH] fix linux cv size bug --- platform_all/4ed_shared_thread_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_all/4ed_shared_thread_constants.h b/platform_all/4ed_shared_thread_constants.h index 3b739a4c..93ac0a7b 100644 --- a/platform_all/4ed_shared_thread_constants.h +++ b/platform_all/4ed_shared_thread_constants.h @@ -16,7 +16,7 @@ #define THREAD_TYPE_SIZE 32 #define MUTEX_TYPE_SIZE 40 -#define CONDITION_VARIABLE_TYPE_SIZE 32 +#define CONDITION_VARIABLE_TYPE_SIZE 48 #define SEMAPHORE_TYPE_SIZE 32 #define AssertThreadSizes() \