Adjust pthread_cond_t size.

This commit is contained in:
4lDO2
2023-04-26 15:54:13 +02:00
parent beac24828d
commit dc8ee7b2f0
+1 -1
View File
@@ -30,7 +30,7 @@ pub union pthread_rwlock_t {
}
#[repr(C)]
pub union pthread_barrier_t {
__relibc_internal_size: [c_uchar; 12],
__relibc_internal_size: [c_uchar; 16],
__relibc_internal_align: c_int,
}
#[repr(C)]