Fix once and try to improve barrier.

This commit is contained in:
4lDO2
2023-04-28 17:03:35 +02:00
parent 8d9dd0df45
commit e6df6ccfb3
6 changed files with 221 additions and 113 deletions
+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; 16],
__relibc_internal_size: [c_uchar; 24],
__relibc_internal_align: c_int,
}
#[repr(C)]