aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pt-mutexattr-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-mutexattr-init.c')
-rw-r--r--sysdeps/htl/pt-mutexattr-init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/htl/pt-mutexattr-init.c b/sysdeps/htl/pt-mutexattr-init.c
index c968186..a96e52d 100644
--- a/sysdeps/htl/pt-mutexattr-init.c
+++ b/sysdeps/htl/pt-mutexattr-init.c
@@ -22,6 +22,8 @@
int
__pthread_mutexattr_init (pthread_mutexattr_t *attr)
{
+ ASSERT_TYPE_SIZE (pthread_mutexattr_t, __SIZEOF_PTHREAD_MUTEXATTR_T);
+
*attr = __pthread_default_mutexattr;
return 0;
}