diff options
Diffstat (limited to 'sysdeps/htl/pt-cond-init.c')
-rw-r--r-- | sysdeps/htl/pt-cond-init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/htl/pt-cond-init.c b/sysdeps/htl/pt-cond-init.c index 3ba1f11881..c5330b5931 100644 --- a/sysdeps/htl/pt-cond-init.c +++ b/sysdeps/htl/pt-cond-init.c @@ -25,6 +25,8 @@ int __pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t * attr) { + ASSERT_TYPE_SIZE (pthread_cond_t, __SIZEOF_PTHREAD_COND_T); + *cond = (pthread_cond_t) __PTHREAD_COND_INITIALIZER; if (attr == NULL |