fix linux cv size bug

This commit is contained in:
Allen Webster 2017-07-18 16:22:00 -04:00
parent b108f80247
commit 866fcf988c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define THREAD_TYPE_SIZE 32 #define THREAD_TYPE_SIZE 32
#define MUTEX_TYPE_SIZE 40 #define MUTEX_TYPE_SIZE 40
#define CONDITION_VARIABLE_TYPE_SIZE 32 #define CONDITION_VARIABLE_TYPE_SIZE 48
#define SEMAPHORE_TYPE_SIZE 32 #define SEMAPHORE_TYPE_SIZE 32
#define AssertThreadSizes() \ #define AssertThreadSizes() \