mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
htl: Add type sizes in bits/pthreadtypes-arch.h and check them
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
int
|
||||
__pthread_once (pthread_once_t *once_control, void (*init_routine) (void))
|
||||
{
|
||||
ASSERT_TYPE_SIZE (pthread_once_t, __SIZEOF_PTHREAD_ONCE_T);
|
||||
|
||||
atomic_full_barrier ();
|
||||
if (once_control->__run == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user