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:
@@ -22,6 +22,8 @@
|
||||
int
|
||||
pthread_rwlockattr_init (pthread_rwlockattr_t *attr)
|
||||
{
|
||||
ASSERT_TYPE_SIZE (pthread_rwlockattr_t, __SIZEOF_PTHREAD_RWLOCKATTR_T);
|
||||
|
||||
*attr = __pthread_default_rwlockattr;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user