about summary refs log tree commit diff
path: root/sysdeps/htl/bits/types/struct___pthread_once.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/bits/types/struct___pthread_once.h')
-rw-r--r--sysdeps/htl/bits/types/struct___pthread_once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/bits/types/struct___pthread_once.h b/sysdeps/htl/bits/types/struct___pthread_once.h
index 31a0c0817b..a6b6db708c 100644
--- a/sysdeps/htl/bits/types/struct___pthread_once.h
+++ b/sysdeps/htl/bits/types/struct___pthread_once.h
@@ -28,6 +28,6 @@ struct __pthread_once
 };
 
 #define __PTHREAD_ONCE_INIT \
-	(struct __pthread_once) { 0, __PTHREAD_SPIN_LOCK_INITIALIZER }
+	0, __PTHREAD_SPIN_LOCK_INITIALIZER
 
 #endif /* bits/types/struct___pthread_once.h */