diff --git a/include/pthread.h b/include/pthread.h index 561b6070b96ea..201d593051b67 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -279,7 +279,7 @@ typedef struct pthread_cond_s pthread_cond_t; # define __PTHREAD_COND_T_DEFINED 1 #endif -#define PTHREAD_COND_INITIALIZER {SEM_INITIALIZER(0), CLOCK_REALTIME } +#define PTHREAD_COND_INITIALIZER {SEM_INITIALIZER(0), CLOCK_REALTIME, 0} struct pthread_mutexattr_s {